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

Function cnf_line_LOCKDIR

src/cfgfiles.c:727–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727staticfn boolean
728cnf_line_LOCKDIR(char *bufp)
729{
730#ifdef NOCWD_ASSUMPTIONS
731 adjust_prefix(bufp, LOCKPREFIX);
732#else
733 nhUse(bufp);
734#endif
735 return TRUE;
736}
737
738staticfn boolean
739cnf_line_CONFIGDIR(char *bufp)

Callers

nothing calls this directly

Calls 1

adjust_prefixFunction · 0.85

Tested by

no test coverage detected