Searched refs:mtrapseen (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/games/hack/
H A Ddef.monst.h100 unsigned mtrapseen; /* bitmap of traps we've been trapped in */ member in struct:monst
H A Dhack.trap.c225 if (mtmp->mtrapseen & (1 << tt)) {
230 mtmp->mtrapseen |= (1 << tt);
H A Dhack.mkshop.c191 shk->mtrapseen = ~0U; /* we know all the traps already */
H A Dhack.mon.c649 if (mon->mtrapseen & tt) {

Completed in 317 milliseconds