| 2090 | } |
| 2091 | |
| 2092 | staticfn int |
| 2093 | optfn_menu_first_page( |
| 2094 | int optidx, int req, boolean negated, |
| 2095 | char *opts, char *op) |
| 2096 | { |
| 2097 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2098 | } |
| 2099 | |
| 2100 | staticfn int |
| 2101 | optfn_menu_invert_all( |
nothing calls this directly
no test coverage detected