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

Function cnf_line_ROLE

src/cfgfiles.c:767–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767staticfn boolean
768cnf_line_ROLE(char *bufp)
769{
770 int len;
771
772 if ((len = str2role(bufp)) >= 0)
773 flags.initrole = len;
774 return TRUE;
775}
776
777staticfn boolean
778cnf_line_dogname(char *bufp)

Callers

nothing calls this directly

Calls 1

str2roleFunction · 0.85

Tested by

no test coverage detected