Searched refs:mintrap (Results 1 - 20 of 20) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfountain.c37 (void) mintrap(mtmp);
62 (void) mintrap(mtmp);
81 (void) mintrap(mtmp);
H A Dsteed.c594 (void) mintrap(mtmp);
H A Dmonmove.c615 int i = mintrap(mtmp);
619 ptr = mtmp->data; /* mintrap() can change mtmp->data -dlc */
1049 if (mintrap(mtmp) >= 2) {
H A Dtrap.c1012 /* If mounted, the steed gets trapped. Use mintrap
1015 * strongmonst and mintrap said it's trapped, use a
1026 /* mintrap currently does not return 2(died) for webs */
1027 if (mintrap(u.usteed)) {
1034 webmsgok = FALSE; /* mintrap printed the messages */
1646 mintrap(mtmp) function
1968 impossible("mintrap: %ss cannot exist on this level.",
2110 if (mintrap(mtmp) == 2) trapkilled=TRUE;
H A Ddig.c566 (void) mintrap(mtmp);
H A Ddokick.c104 if (mintrap(mon) == 2) trapkilled = TRUE;
H A Ddothrow.c581 (void) mintrap(mon);
H A Dhack.c1335 switch (minliquid(mtmp) ? 2 : mintrap(mtmp)) {
1357 * minliquid and mintrap don't know to do this
1362 pline("that's strange, unknown mintrap result!");
H A Dapply.c337 /* no longer in previous trap (affects mintrap) */
343 if (mintrap(mtmp) == 2) change_luck(-1);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfountain.c37 (void) mintrap(mtmp);
62 (void) mintrap(mtmp);
81 (void) mintrap(mtmp);
H A Dsteed.c594 (void) mintrap(mtmp);
H A Dmonmove.c615 int i = mintrap(mtmp);
619 ptr = mtmp->data; /* mintrap() can change mtmp->data -dlc */
1049 if (mintrap(mtmp) >= 2) {
H A Dtrap.c1012 /* If mounted, the steed gets trapped. Use mintrap
1015 * strongmonst and mintrap said it's trapped, use a
1026 /* mintrap currently does not return 2(died) for webs */
1027 if (mintrap(u.usteed)) {
1034 webmsgok = FALSE; /* mintrap printed the messages */
1646 mintrap(mtmp) function
1968 impossible("mintrap: %ss cannot exist on this level.",
2110 if (mintrap(mtmp) == 2) trapkilled=TRUE;
H A Ddig.c566 (void) mintrap(mtmp);
H A Ddokick.c104 if (mintrap(mon) == 2) trapkilled = TRUE;
H A Ddothrow.c581 (void) mintrap(mon);
H A Dhack.c1335 switch (minliquid(mtmp) ? 2 : mintrap(mtmp)) {
1357 * minliquid and mintrap don't know to do this
1362 pline("that's strange, unknown mintrap result!");
H A Dapply.c337 /* no longer in previous trap (affects mintrap) */
343 if (mintrap(mtmp) == 2) change_luck(-1);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h2010 E int FDECL(mintrap, (struct monst *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h2010 E int FDECL(mintrap, (struct monst *));

Completed in 194 milliseconds