| 2130 | } |
| 2131 | |
| 2132 | staticfn int |
| 2133 | optfn_menu_previous_page( |
| 2134 | int optidx, int req, boolean negated, |
| 2135 | char *opts, char *op) |
| 2136 | { |
| 2137 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2138 | } |
| 2139 | |
| 2140 | staticfn int |
| 2141 | optfn_menu_search( |
nothing calls this directly
no test coverage detected