| 2162 | } |
| 2163 | |
| 2164 | staticfn int |
| 2165 | optfn_menu_shift_left( |
| 2166 | int optidx, int req, boolean negated, |
| 2167 | char *opts, char *op) |
| 2168 | { |
| 2169 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2170 | } |
| 2171 | |
| 2172 | staticfn int |
| 2173 | optfn_menu_shift_right( |
nothing calls this directly
no test coverage detected