Searched refs:ZAP_POS (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h86 #define ZAP_POS(typ) ((typ) >= POOL) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h86 #define ZAP_POS(typ) ((typ) >= POOL) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c2777 if(!ZAP_POS(typ) || closed_door(bhitpos.x, bhitpos.y)) {
2867 if(!ZAP_POS(levl[bhitpos.x][bhitpos.y].typ) ||
3326 if(ZAP_POS(lev->typ) || cansee(lsx,lsy))
3472 if(!ZAP_POS(lev->typ) || (closed_door(sx, sy) && (range >= 0))) {
3490 if(isok(sx,lsy) && ZAP_POS(rmn = levl[sx][lsy].typ) &&
3493 ZAP_POS(levl[sx+dx][lsy].typ))))
3495 if(isok(lsx,sy) && ZAP_POS(rmn = levl[lsx][sy].typ) &&
3498 ZAP_POS(levl[lsx][sy+dy].typ))))
H A Dexplode.c499 } else if(!ZAP_POS(typ) ||
H A Ddokick.c468 if(!ZAP_POS(levl[x+u.dx][y+u.dy].typ) || closed_door(x+u.dx, y+u.dy))
H A Ddothrow.c1744 if(!ZAP_POS(levl[odx][ody].typ) || closed_door(odx, ody)) {
H A Dmuse.c1252 if(!ZAP_POS(typ) || (IS_DOOR(typ) &&
H A Dshk.c3129 if ((i == 4) || (!ZAP_POS(levl[x+horiz(i)][y+vert(i)].typ)))
H A Dtrap.c1635 if (!isok(x,y) || !ZAP_POS(typ) || closed_door(x,y))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c2777 if(!ZAP_POS(typ) || closed_door(bhitpos.x, bhitpos.y)) {
2867 if(!ZAP_POS(levl[bhitpos.x][bhitpos.y].typ) ||
3326 if(ZAP_POS(lev->typ) || cansee(lsx,lsy))
3472 if(!ZAP_POS(lev->typ) || (closed_door(sx, sy) && (range >= 0))) {
3490 if(isok(sx,lsy) && ZAP_POS(rmn = levl[sx][lsy].typ) &&
3493 ZAP_POS(levl[sx+dx][lsy].typ))))
3495 if(isok(lsx,sy) && ZAP_POS(rmn = levl[lsx][sy].typ) &&
3498 ZAP_POS(levl[lsx][sy+dy].typ))))
H A Dexplode.c499 } else if(!ZAP_POS(typ) ||
H A Ddokick.c468 if(!ZAP_POS(levl[x+u.dx][y+u.dy].typ) || closed_door(x+u.dx, y+u.dy))
H A Ddothrow.c1744 if(!ZAP_POS(levl[odx][ody].typ) || closed_door(odx, ody)) {
H A Dmuse.c1252 if(!ZAP_POS(typ) || (IS_DOOR(typ) &&
H A Dshk.c3129 if ((i == 4) || (!ZAP_POS(levl[x+horiz(i)][y+vert(i)].typ)))
H A Dtrap.c1635 if (!isok(x,y) || !ZAP_POS(typ) || closed_door(x,y))

Completed in 153 milliseconds