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

Function cnf_line_TROUBLEDIR

src/cfgfiles.c:749–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749staticfn boolean
750cnf_line_TROUBLEDIR(char *bufp)
751{
752#ifdef NOCWD_ASSUMPTIONS
753 adjust_prefix(bufp, TROUBLEPREFIX);
754#else
755 nhUse(bufp);
756#endif
757 return TRUE;
758}
759
760staticfn boolean
761cnf_line_NAME(char *bufp)

Callers

nothing calls this directly

Calls 1

adjust_prefixFunction · 0.85

Tested by

no test coverage detected