Home
last modified time | relevance | path

Searched refs:monstercolors (Results 1 – 4 of 4) sorted by relevance

/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddecl.c750 g.monstercolors[i] = MONSTERCOLOR_DEFAULT; in decl_globals_init()
H A Doptions.c5092 if (g.monstercolors[mndx] != MONSTERCOLOR_DEFAULT) { in handler_monstercolor()
5097 clr2colorname(g.monstercolors[mndx])); in handler_monstercolor()
5112 g.monstercolors[mndx] = MONSTERCOLOR_DEFAULT; in handler_monstercolor()
6704 g.monstercolors[mndx] = color; in add_monstercolor()
7579 if (g.monstercolors[i] != MONSTERCOLOR_DEFAULT) { in count_monstercolors()
H A Ddisplay.c2109 ? g.monstercolors[n] != MONSTERCOLOR_DEFAULT \
2110 ? g.monstercolors[n] \
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddecl.h833 uchar monstercolors[NUMMONS]; member