Searched refs:In_sokoban (Results 1 - 25 of 32) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h125 #define In_sokoban(x) ((x)->dnum == sokoban_dnum) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h125 #define In_sokoban(x) ((x)->dnum == sokoban_dnum) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dhack.c103 if (In_sokoban(&u.uz) && u.dx && u.dy) {
271 (flags.pickup && !In_sokoban(&u.uz))
278 (flags.pickup && !In_sokoban(&u.uz))
280 if (In_sokoban(&u.uz))
296 if (In_sokoban(&u.uz))
527 return((boolean) ((In_sokoban(&u.uz) && sobj_at(BOULDER,x,y)) ||
579 if (Passes_walls && !may_passwall(x,y) && In_sokoban(&u.uz))
633 if (In_sokoban(&u.uz)) {
676 if (sobj_at(BOULDER,x,y) && (In_sokoban(&u.uz) || !Passes_walls)) {
682 !In_sokoban(
[all...]
H A Dtrap.c331 if(Blind && Levitation && !In_sokoban(&u.uz)) return;
340 if (!In_sokoban(&u.uz)) {
348 if (In_sokoban(&u.uz) && Can_fall_thru(&u.uz))
597 if (In_sokoban(&u.uz) &&
864 if (!In_sokoban(&u.uz) && (Levitation || Flying)) break;
866 if (!In_sokoban(&u.uz) && is_clinger(youmonst.data)) {
878 if (!In_sokoban(&u.uz)) {
1698 In_sokoban(&u.uz) && !trap->madeby_u);
2373 boolean sokoban_trap = (In_sokoban(&u.uz) && trap);
H A Ddothrow.c517 if (In_sokoban(&u.uz)) {
546 In_sokoban(&u.uz)) {
637 if (In_sokoban(&u.uz))
H A Dmonmove.c782 likerock = (throws_rocks(ptr) && pctload < 50 && !In_sokoban(&u.uz));
1166 !In_sokoban(&u.uz));
H A Dread.c514 if (In_sokoban(&u.uz))
1167 if (In_sokoban(&u.uz))
H A Dball.c720 if (In_sokoban(&u.uz))
H A Dteleport.c572 if ((u.uhave.amulet || In_endgame(&u.uz) || In_sokoban(&u.uz))
H A Dzap.c1211 if (obj->otyp == BOULDER && In_sokoban(&u.uz))
2819 } else if (In_sokoban(&u.uz) && (t = t_at(x, y)) != 0 &&
3767 if (obj->otyp == BOULDER && In_sokoban(&u.uz) && !flags.mon_moving)
H A Ddungeon.c1201 if (In_endgame(lev) || In_sokoban(lev) ||
H A Dmakemon.c946 if (In_sokoban(&u.uz) && !mindless(ptr)) /* know about traps here */
H A Dmkmaze.c409 if(In_sokoban(&u.uz))
H A Dmon.c1175 || In_sokoban(&u.uz))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dhack.c103 if (In_sokoban(&u.uz) && u.dx && u.dy) {
271 (flags.pickup && !In_sokoban(&u.uz))
278 (flags.pickup && !In_sokoban(&u.uz))
280 if (In_sokoban(&u.uz))
296 if (In_sokoban(&u.uz))
527 return((boolean) ((In_sokoban(&u.uz) && sobj_at(BOULDER,x,y)) ||
579 if (Passes_walls && !may_passwall(x,y) && In_sokoban(&u.uz))
633 if (In_sokoban(&u.uz)) {
676 if (sobj_at(BOULDER,x,y) && (In_sokoban(&u.uz) || !Passes_walls)) {
682 !In_sokoban(
[all...]
H A Dtrap.c331 if(Blind && Levitation && !In_sokoban(&u.uz)) return;
340 if (!In_sokoban(&u.uz)) {
348 if (In_sokoban(&u.uz) && Can_fall_thru(&u.uz))
597 if (In_sokoban(&u.uz) &&
864 if (!In_sokoban(&u.uz) && (Levitation || Flying)) break;
866 if (!In_sokoban(&u.uz) && is_clinger(youmonst.data)) {
878 if (!In_sokoban(&u.uz)) {
1698 In_sokoban(&u.uz) && !trap->madeby_u);
2373 boolean sokoban_trap = (In_sokoban(&u.uz) && trap);
H A Ddothrow.c517 if (In_sokoban(&u.uz)) {
546 In_sokoban(&u.uz)) {
637 if (In_sokoban(&u.uz))
H A Dmonmove.c782 likerock = (throws_rocks(ptr) && pctload < 50 && !In_sokoban(&u.uz));
1166 !In_sokoban(&u.uz));
H A Dread.c514 if (In_sokoban(&u.uz))
1167 if (In_sokoban(&u.uz))
H A Dball.c720 if (In_sokoban(&u.uz))
H A Dteleport.c572 if ((u.uhave.amulet || In_endgame(&u.uz) || In_sokoban(&u.uz))
H A Dzap.c1211 if (obj->otyp == BOULDER && In_sokoban(&u.uz))
2819 } else if (In_sokoban(&u.uz) && (t = t_at(x, y)) != 0 &&
3767 if (obj->otyp == BOULDER && In_sokoban(&u.uz) && !flags.mon_moving)
H A Ddungeon.c1201 if (In_endgame(lev) || In_sokoban(lev) ||
H A Dmakemon.c946 if (In_sokoban(&u.uz) && !mindless(ptr)) /* know about traps here */
H A Dmkmaze.c409 if(In_sokoban(&u.uz))

Completed in 288 milliseconds

12