MCPcopy Create free account
hub / github.com/NetHack/NetHack / optfn_dogname

Function optfn_dogname

src/options.c:1562–1569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1560}
1561
1562staticfn int
1563optfn_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
1571staticfn int
1572optfn_dungeon(

Callers

nothing calls this directly

Calls 1

petname_optfnFunction · 0.85

Tested by

no test coverage detected