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

Function cnf_line_BONESDIR

src/cfgfiles.c:694–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694staticfn boolean
695cnf_line_BONESDIR(char *bufp)
696{
697#ifdef NOCWD_ASSUMPTIONS
698 adjust_prefix(bufp, BONESPREFIX);
699#else
700 nhUse(bufp);
701#endif
702 return TRUE;
703}
704
705staticfn boolean
706cnf_line_DATADIR(char *bufp)

Callers

nothing calls this directly

Calls 1

adjust_prefixFunction · 0.85

Tested by

no test coverage detected