Searched refs:DISP_BEAM (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h177 #define DISP_BEAM (-1) /* Keep all glyphs showing & clean up at end. */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h177 #define DISP_BEAM (-1) /* Keep all glyphs showing & clean up at end. */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c803 * (DISP_BEAM, glyph) open, initialize glyph
813 * DISP_BEAM - Display the given glyph at each location, but do not erase
823 int style; /* either DISP_BEAM or DISP_FLASH or DISP_ALWAYS */
836 case DISP_BEAM:
871 if (tglyph->style == DISP_BEAM) {
888 if (tglyph->style == DISP_BEAM) {
H A Dexplode.c184 tmp_at(starting ? DISP_BEAM : DISP_CHANGE,
H A Ddig.c1203 tmp_at(DISP_BEAM, cmap_to_glyph(S_digbeam));
H A Dzap.c2640 tmp_at(DISP_BEAM, cmap_to_glyph(S_flashbeam));
3312 tmp_at(DISP_BEAM, zapdir_to_glyph(dx, dy, abstype));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c803 * (DISP_BEAM, glyph) open, initialize glyph
813 * DISP_BEAM - Display the given glyph at each location, but do not erase
823 int style; /* either DISP_BEAM or DISP_FLASH or DISP_ALWAYS */
836 case DISP_BEAM:
871 if (tglyph->style == DISP_BEAM) {
888 if (tglyph->style == DISP_BEAM) {
H A Dexplode.c184 tmp_at(starting ? DISP_BEAM : DISP_CHANGE,
H A Ddig.c1203 tmp_at(DISP_BEAM, cmap_to_glyph(S_digbeam));
H A Dzap.c2640 tmp_at(DISP_BEAM, cmap_to_glyph(S_flashbeam));
3312 tmp_at(DISP_BEAM, zapdir_to_glyph(dx, dy, abstype));

Completed in 118 milliseconds