| 2138 | } |
| 2139 | |
| 2140 | staticfn int |
| 2141 | optfn_menu_search( |
| 2142 | int optidx, int req, boolean negated, |
| 2143 | char *opts, char *op) |
| 2144 | { |
| 2145 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2146 | } |
| 2147 | |
| 2148 | staticfn int |
| 2149 | optfn_menu_select_all( |
nothing calls this directly
no test coverage detected