Searched refs:glyph_is_trap (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h343 (glyph_is_trap(glyph) ? \
381 #define glyph_is_trap(glyph) \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h343 (glyph_is_trap(glyph) ? \
381 #define glyph_is_trap(glyph) \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpager.c260 } else if (glyph_is_trap(glyph)) {
533 } else if (glyph_is_trap(glyph)) {
H A Ddetect.c929 (glyph_is_cmap(lev->glyph) && !glyph_is_trap(lev->glyph) &&
931 (!glyph_is_object(lev->glyph) && !glyph_is_trap(lev->glyph))) {
H A Ddisplay.c1128 if (glyph_is_trap(glyph))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpager.c260 } else if (glyph_is_trap(glyph)) {
533 } else if (glyph_is_trap(glyph)) {
H A Ddetect.c929 (glyph_is_cmap(lev->glyph) && !glyph_is_trap(lev->glyph) &&
931 (!glyph_is_object(lev->glyph) && !glyph_is_trap(lev->glyph))) {
H A Ddisplay.c1128 if (glyph_is_trap(glyph))

Completed in 157 milliseconds