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

Function cnf_line_SCOREDIR

src/cfgfiles.c:716–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716staticfn boolean
717cnf_line_SCOREDIR(char *bufp)
718{
719#ifdef NOCWD_ASSUMPTIONS
720 adjust_prefix(bufp, SCOREPREFIX);
721#else
722 nhUse(bufp);
723#endif
724 return TRUE;
725}
726
727staticfn boolean
728cnf_line_LOCKDIR(char *bufp)

Callers

nothing calls this directly

Calls 1

adjust_prefixFunction · 0.85

Tested by

no test coverage detected