Searched refs:DISP_ALWAYS (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.h179 #define DISP_ALWAYS (-3) /* Like flash, but still displayed if not visible. */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h179 #define DISP_ALWAYS (-3) /* Like flash, but still displayed if not visible. */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c805 * (DISP_ALWAYS, glyph) open, initialize glyph
817 * DISP_ALWAYS- Like DISP_FLASH, but vision is not taken into account.
823 int style; /* either DISP_BEAM or DISP_FLASH or DISP_ALWAYS */
838 case DISP_ALWAYS:
877 } else { /* DISP_FLASH or DISP_ALWAYS */
899 if (!cansee(x,y) && tglyph->style != DISP_ALWAYS) break;
H A Duhitm.c1718 tmp_at(DISP_ALWAYS, mon_to_glyph(&youmonst));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c805 * (DISP_ALWAYS, glyph) open, initialize glyph
817 * DISP_ALWAYS- Like DISP_FLASH, but vision is not taken into account.
823 int style; /* either DISP_BEAM or DISP_FLASH or DISP_ALWAYS */
838 case DISP_ALWAYS:
877 } else { /* DISP_FLASH or DISP_ALWAYS */
899 if (!cansee(x,y) && tglyph->style != DISP_ALWAYS) break;
H A Duhitm.c1718 tmp_at(DISP_ALWAYS, mon_to_glyph(&youmonst));

Completed in 100 milliseconds