| 2146 | } |
| 2147 | |
| 2148 | staticfn int |
| 2149 | optfn_menu_select_all( |
| 2150 | int optidx, int req, boolean negated, |
| 2151 | char *opts, char *op) |
| 2152 | { |
| 2153 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2154 | } |
| 2155 | |
| 2156 | staticfn int |
| 2157 | optfn_menu_select_page( |
nothing calls this directly
no test coverage detected