Searched refs:hit_trap (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpager.c471 boolean hit_trap; /* true if found trap explanation */ local
631 for (hit_trap = FALSE, i = 0; i < MAXPCHARS; i++) {
642 hit_trap = TRUE;
650 } else if (!u.uswallow && !(hit_trap && is_cmap_trap(i)) &&
655 if (is_cmap_trap(i)) hit_trap = TRUE;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpager.c471 boolean hit_trap; /* true if found trap explanation */ local
631 for (hit_trap = FALSE, i = 0; i < MAXPCHARS; i++) {
642 hit_trap = TRUE;
650 } else if (!u.uswallow && !(hit_trap && is_cmap_trap(i)) &&
655 if (is_cmap_trap(i)) hit_trap = TRUE;

Completed in 32 milliseconds