Searched refs:try_lift (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.c21 STATIC_DCL int FDECL(try_lift, (struct monst *, struct trap *, int, BOOLEAN_P));
3281 try_lift(mtmp, ttmp, wt, stuff) function
3381 if (!try_lift(mtmp, ttmp, wt, FALSE)) return 1;
3386 if (!try_lift(mtmp, ttmp, wt, TRUE)) return 1;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtrap.c21 STATIC_DCL int FDECL(try_lift, (struct monst *, struct trap *, int, BOOLEAN_P));
3281 try_lift(mtmp, ttmp, wt, stuff) function
3381 if (!try_lift(mtmp, ttmp, wt, FALSE)) return 1;
3386 if (!try_lift(mtmp, ttmp, wt, TRUE)) return 1;

Completed in 31 milliseconds