| 1694 | } |
| 1695 | |
| 1696 | staticfn int |
| 1697 | optfn_font_text( |
| 1698 | int optidx, int req, boolean negated, |
| 1699 | char *opts, char *op) |
| 1700 | { |
| 1701 | /* send them over to the prefix handling for font_ */ |
| 1702 | return pfxfn_font(optidx, req, negated, opts, op); |
| 1703 | } |
| 1704 | |
| 1705 | staticfn int |
| 1706 | optfn_fruit( |
nothing calls this directly
no test coverage detected