Searched refs:GLYPH_INVIS_OFF (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h265 #define GLYPH_INVIS_OFF (NUMMONS + GLYPH_PET_OFF) macro
266 #define GLYPH_DETECT_OFF (1 + GLYPH_INVIS_OFF)
279 #define GLYPH_INVISIBLE GLYPH_INVIS_OFF
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h265 #define GLYPH_INVIS_OFF (NUMMONS + GLYPH_PET_OFF) macro
266 #define GLYPH_DETECT_OFF (1 + GLYPH_INVIS_OFF)
279 #define GLYPH_INVISIBLE GLYPH_INVIS_OFF
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmapglyph.c179 } else if ((offset = (glyph - GLYPH_INVIS_OFF)) >= 0) { /* invisible */
H A Ddisplay.c1250 } else if (glyph >= GLYPH_INVIS_OFF) { /* invisible mon */
1251 text = "invisible mon"; offset = glyph - GLYPH_INVIS_OFF;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmapglyph.c179 } else if ((offset = (glyph - GLYPH_INVIS_OFF)) >= 0) { /* invisible */
H A Ddisplay.c1250 } else if (glyph >= GLYPH_INVIS_OFF) { /* invisible mon */
1251 text = "invisible mon"; offset = glyph - GLYPH_INVIS_OFF;

Completed in 45 milliseconds