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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c181 if (lev->typ == ROOM && glyph == cmap_to_glyph(S_room))
307 if (!lev->waslit && lev->glyph == cmap_to_glyph(S_room) &&
563 lev->glyph = lev->waslit ? cmap_to_glyph(S_room) :
568 lev->glyph < cmap_to_glyph(S_room)) ||
570 lev->glyph = lev->waslit ? cmap_to_glyph(S_room) :
610 lev->glyph == cmap_to_glyph(S_room) && !lev->waslit)
758 else if (lev->glyph == cmap_to_glyph(S_room) && lev->typ == ROOM)
1400 case ROOM: idx = S_room; break;
1457 case DB_FLOOR: idx = S_room; break;
1461 idx = S_room; /* somethin
[all...]
H A Dmapglyph.c119 else if (offset >= S_room && offset <= S_water)
H A Ddrawing.c337 0xfa, /* S_room: meta-z, centered dot */
436 0xfe, /* S_room: meta-~, centered dot */
840 showsyms[S_room] = 0xfa; /* centered dot */
H A Dpager.c635 int article = (i == S_room) ? 2 : /* 2=>"the" */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c181 if (lev->typ == ROOM && glyph == cmap_to_glyph(S_room))
307 if (!lev->waslit && lev->glyph == cmap_to_glyph(S_room) &&
563 lev->glyph = lev->waslit ? cmap_to_glyph(S_room) :
568 lev->glyph < cmap_to_glyph(S_room)) ||
570 lev->glyph = lev->waslit ? cmap_to_glyph(S_room) :
610 lev->glyph == cmap_to_glyph(S_room) && !lev->waslit)
758 else if (lev->glyph == cmap_to_glyph(S_room) && lev->typ == ROOM)
1400 case ROOM: idx = S_room; break;
1457 case DB_FLOOR: idx = S_room; break;
1461 idx = S_room; /* somethin
[all...]
H A Dmapglyph.c119 else if (offset >= S_room && offset <= S_water)
H A Ddrawing.c337 0xfa, /* S_room: meta-z, centered dot */
436 0xfe, /* S_room: meta-~, centered dot */
840 showsyms[S_room] = 0xfa; /* centered dot */
H A Dpager.c635 int article = (i == S_room) ? 2 : /* 2=>"the" */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h126 #define S_room 19 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h126 #define S_room 19 macro

Completed in 161 milliseconds