HomeSort by: relevance | last modified time | path
    Searched refs:PIT (Results 1 - 5 of 5) sorted by relevancy

  /src/games/hack/
def.trap.h 83 #define PIT 5
hack.trap.c 82 " pit",
114 if (trap->tseen && !rn2(5) && ttype != PIT)
192 case PIT:
194 pline("A pit opens up under you!");
198 pline("You fall into a pit!");
201 losehp(rnd(6), "fall into a pit");
242 case PIT:
247 pline("%s falls in a pit!", Monnam(mtmp));
319 pline("You float up, out of the pit!");
hack.apply.c 359 ttmp = maketrap(dpx, dpy, PIT);
361 pline("You have dug a pit.");
hack.c 214 pline("You are still in a pit.");
244 case PIT:
245 pline("You push the rock into a pit!");
248 pline("It completely fills the pit!");
381 dotrap(trap); /* fall into pit, arrow trap, etc. */
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 467 * PIT
489 DECLARE_HVM_SAVE_TYPE(PIT, 10, struct hvm_hw_pit);

Completed in 26 milliseconds