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

Function optfn_catname

src/options.c:1248–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246}
1247
1248staticfn int
1249optfn_catname(
1250 int optidx, int req,
1251 boolean negated,
1252 char *opts, char *op)
1253{
1254 return petname_optfn(optidx, req, negated, opts, op);
1255}
1256
1257#ifdef CRASHREPORT
1258staticfn int

Callers

nothing calls this directly

Calls 1

petname_optfnFunction · 0.85

Tested by

no test coverage detected