Home | History | Annotate | Download | only in hack

Lines Matching defs:trap

113  * hack.do.c:  seeoff(1) - go up or down the stairs in hack.trap.c:seeoff(1)
152 struct trap *trap = NULL;
182 if (!u.uswallow && (trap = t_at(u.ux + u.dx, u.uy + u.dy)) && trap->tseen)
232 struct trap *ttmp;
380 if (trap)
381 dotrap(trap); /* fall into pit, arrow trap, etc. */
627 default: /* e.g. objects or trap or stairs */