| 2082 | } |
| 2083 | |
| 2084 | staticfn int |
| 2085 | optfn_menu_deselect_page( |
| 2086 | int optidx, int req, boolean negated, |
| 2087 | char *opts, char *op) |
| 2088 | { |
| 2089 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2090 | } |
| 2091 | |
| 2092 | staticfn int |
| 2093 | optfn_menu_first_page( |
nothing calls this directly
no test coverage detected