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

Function cnf_line_CONFIGDIR

src/cfgfiles.c:738–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738staticfn boolean
739cnf_line_CONFIGDIR(char *bufp)
740{
741#ifdef NOCWD_ASSUMPTIONS
742 adjust_prefix(bufp, CONFIGPREFIX);
743#else
744 nhUse(bufp);
745#endif
746 return TRUE;
747}
748
749staticfn boolean
750cnf_line_TROUBLEDIR(char *bufp)

Callers

nothing calls this directly

Calls 1

adjust_prefixFunction · 0.85

Tested by

no test coverage detected