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

Function cnf_line_DATADIR

src/cfgfiles.c:705–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705staticfn boolean
706cnf_line_DATADIR(char *bufp)
707{
708#ifdef NOCWD_ASSUMPTIONS
709 adjust_prefix(bufp, DATAPREFIX);
710#else
711 nhUse(bufp);
712#endif
713 return TRUE;
714}
715
716staticfn boolean
717cnf_line_SCOREDIR(char *bufp)

Callers

nothing calls this directly

Calls 1

adjust_prefixFunction · 0.85

Tested by

no test coverage detected