| 2098 | } |
| 2099 | |
| 2100 | staticfn int |
| 2101 | optfn_menu_invert_all( |
| 2102 | int optidx, int req, boolean negated, |
| 2103 | char *opts, char *op) |
| 2104 | { |
| 2105 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2106 | } |
| 2107 | |
| 2108 | staticfn int |
| 2109 | optfn_menu_invert_page( |
nothing calls this directly
no test coverage detected