| 1631 | } |
| 1632 | |
| 1633 | staticfn int |
| 1634 | optfn_font_message( |
| 1635 | int optidx, int req, boolean negated, |
| 1636 | char *opts, char *op) |
| 1637 | { |
| 1638 | /* send them over to the prefix handling for font_ */ |
| 1639 | return pfxfn_font(optidx, req, negated, opts, op); |
| 1640 | } |
| 1641 | |
| 1642 | staticfn int |
| 1643 | optfn_font_size_map( |
nothing calls this directly
no test coverage detected