Searched refs:IS_POOL (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h88 #define IS_POOL(typ) ((typ) >= POOL && (typ) <= DRAWBRIDGE_UP) macro
97 #define IS_SOFT(typ) ((typ) == AIR || (typ) == CLOUD || IS_POOL(typ))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h88 #define IS_POOL(typ) ((typ) >= POOL && (typ) <= DRAWBRIDGE_UP) macro
97 #define IS_SOFT(typ) ((typ) == AIR || (typ) == CLOUD || IS_POOL(typ))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dvault.c631 if(!IS_STWALL(typ) && !IS_POOL(typ)) {
668 if(isok(nx+nx-x,ny+ny-y) && !IS_POOL(typ) &&
H A Dmklev.c446 && (isok(*xx,*yy-*dy) && !IS_POOL(levl[*xx][*yy-*dy].typ)
812 if (!(IS_POOL(levl[x][y].typ) ||
H A Ddisplay.c534 } else if (IS_ROOM(lev->typ) || IS_POOL(lev->typ)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dvault.c631 if(!IS_STWALL(typ) && !IS_POOL(typ)) {
668 if(isok(nx+nx-x,ny+ny-y) && !IS_POOL(typ) &&
H A Dmklev.c446 && (isok(*xx,*yy-*dy) && !IS_POOL(levl[*xx][*yy-*dy].typ)
812 if (!(IS_POOL(levl[x][y].typ) ||
H A Ddisplay.c534 } else if (IS_ROOM(lev->typ) || IS_POOL(lev->typ)) {

Completed in 130 milliseconds