| 1613 | } |
| 1614 | |
| 1615 | staticfn int |
| 1616 | optfn_font_map( |
| 1617 | int optidx, int req, boolean negated, |
| 1618 | char *opts, char *op) |
| 1619 | { |
| 1620 | /* send them over to the prefix handling for font_ */ |
| 1621 | return pfxfn_font(optidx, req, negated, opts, op); |
| 1622 | } |
| 1623 | |
| 1624 | staticfn int |
| 1625 | optfn_font_menu( |
nothing calls this directly
no test coverage detected