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

Function optfn_horsename

src/options.c:1896–1903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1894}
1895
1896staticfn int
1897optfn_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
1905staticfn int
1906optfn_IBMgraphics(

Callers

nothing calls this directly

Calls 1

petname_optfnFunction · 0.85

Tested by

no test coverage detected