Searched refs:GLYPH_INVISIBLE (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.h279 #define GLYPH_INVISIBLE GLYPH_INVIS_OFF macro
375 #define glyph_is_invisible(glyph) ((glyph) == GLYPH_INVISIBLE)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h279 #define GLYPH_INVISIBLE GLYPH_INVIS_OFF macro
375 #define glyph_is_invisible(glyph) ((glyph) == GLYPH_INVISIBLE)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c277 levl[x][y].glyph = GLYPH_INVISIBLE;
278 show_glyph(x, y, GLYPH_INVISIBLE);
H A Dpotion.c634 if (levl[x][y].glyph == GLYPH_INVISIBLE) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c277 levl[x][y].glyph = GLYPH_INVISIBLE;
278 show_glyph(x, y, GLYPH_INVISIBLE);
H A Dpotion.c634 if (levl[x][y].glyph == GLYPH_INVISIBLE) {

Completed in 58 milliseconds