| 1560 | } |
| 1561 | |
| 1562 | staticfn int |
| 1563 | optfn_dogname( |
| 1564 | int optidx, int req, |
| 1565 | boolean negated, |
| 1566 | char *opts, char *op) |
| 1567 | { |
| 1568 | return petname_optfn(optidx, req, negated, opts, op); |
| 1569 | } |
| 1570 | |
| 1571 | staticfn int |
| 1572 | optfn_dungeon( |
nothing calls this directly
no test coverage detected