| 1894 | } |
| 1895 | |
| 1896 | staticfn int |
| 1897 | optfn_horsename( |
| 1898 | int optidx, |
| 1899 | int req, boolean negated, |
| 1900 | char *opts, char *op) |
| 1901 | { |
| 1902 | return petname_optfn(optidx, req, negated, opts, op); |
| 1903 | } |
| 1904 | |
| 1905 | staticfn int |
| 1906 | optfn_IBMgraphics( |
nothing calls this directly
no test coverage detected