| 1685 | } |
| 1686 | |
| 1687 | staticfn int |
| 1688 | optfn_font_status( |
| 1689 | int optidx, int req, boolean negated, |
| 1690 | char *opts, char *op) |
| 1691 | { |
| 1692 | /* send them over to the prefix handling for font_ */ |
| 1693 | return pfxfn_font(optidx, req, negated, opts, op); |
| 1694 | } |
| 1695 | |
| 1696 | staticfn int |
| 1697 | optfn_font_text( |
nothing calls this directly
no test coverage detected