| 2154 | } |
| 2155 | |
| 2156 | staticfn int |
| 2157 | optfn_menu_select_page( |
| 2158 | int optidx, int req, boolean negated, |
| 2159 | char *opts, char *op) |
| 2160 | { |
| 2161 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2162 | } |
| 2163 | |
| 2164 | staticfn int |
| 2165 | optfn_menu_shift_left( |
nothing calls this directly
no test coverage detected