| 1658 | } |
| 1659 | |
| 1660 | staticfn int |
| 1661 | optfn_font_size_message( |
| 1662 | int optidx, int req, boolean negated, |
| 1663 | char *opts, char *op) |
| 1664 | { |
| 1665 | /* send them over to the prefix handling for font_ */ |
| 1666 | return pfxfn_font(optidx, req, negated, opts, op); |
| 1667 | } |
| 1668 | |
| 1669 | staticfn int |
| 1670 | optfn_font_size_status( |
nothing calls this directly
no test coverage detected