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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtrap.c28 STATIC_OVL int FDECL(steedintrap, (struct trap *, struct obj *));
651 if (u.usteed && !rn2(2) && steedintrap(trap, otmp)) /* nothing */;
678 if (u.usteed && !rn2(2) && steedintrap(trap, otmp)) /* nothing */;
791 (void) steedintrap(trap, (struct obj *)0);
922 if (!steedintrap(trap, (struct obj *)0)) {
1069 (void) steedintrap(trap, (struct obj *)0);
1102 (void) steedintrap(trap, (struct obj *)0);
1145 (void) steedintrap(trap, (struct obj *)0);
1191 steedintrap(trap, otmp) function
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtrap.c28 STATIC_OVL int FDECL(steedintrap, (struct trap *, struct obj *));
651 if (u.usteed && !rn2(2) && steedintrap(trap, otmp)) /* nothing */;
678 if (u.usteed && !rn2(2) && steedintrap(trap, otmp)) /* nothing */;
791 (void) steedintrap(trap, (struct obj *)0);
922 if (!steedintrap(trap, (struct obj *)0)) {
1069 (void) steedintrap(trap, (struct obj *)0);
1102 (void) steedintrap(trap, (struct obj *)0);
1145 (void) steedintrap(trap, (struct obj *)0);
1191 steedintrap(trap, otmp) function

Completed in 101 milliseconds