| 1622 | } |
| 1623 | |
| 1624 | staticfn int |
| 1625 | optfn_font_menu( |
| 1626 | int optidx, int req, boolean negated, |
| 1627 | char *opts, char *op) |
| 1628 | { |
| 1629 | /* send them over to the prefix handling for font_ */ |
| 1630 | return pfxfn_font(optidx, req, negated, opts, op); |
| 1631 | } |
| 1632 | |
| 1633 | staticfn int |
| 1634 | optfn_font_message( |
nothing calls this directly
no test coverage detected