| 2106 | } |
| 2107 | |
| 2108 | staticfn int |
| 2109 | optfn_menu_invert_page( |
| 2110 | int optidx, int req, boolean negated, |
| 2111 | char *opts, char *op) |
| 2112 | { |
| 2113 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2114 | } |
| 2115 | |
| 2116 | staticfn int |
| 2117 | optfn_menu_last_page( |
nothing calls this directly
no test coverage detected