| 2074 | } |
| 2075 | |
| 2076 | staticfn int |
| 2077 | optfn_menu_deselect_all( |
| 2078 | int optidx, int req, boolean negated, |
| 2079 | char *opts, char *op) |
| 2080 | { |
| 2081 | return shared_menu_optfn(optidx, req, negated, opts, op); |
| 2082 | } |
| 2083 | |
| 2084 | staticfn int |
| 2085 | optfn_menu_deselect_page( |
nothing calls this directly
no test coverage detected