Searched refs:AIR (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.h67 #define AIR 34 macro
96 #define IS_AIR(typ) ((typ) == AIR || (typ) == CLOUD)
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.h67 #define AIR 34 macro
96 #define IS_AIR(typ) ((typ) == AIR || (typ) == CLOUD)
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 Dmkmaze.c232 levl[x][y].typ == ROOM || levl[x][y].typ == AIR)));
1342 levl[x][y].typ = AIR;
H A Ddisplay.c1446 case AIR: idx = S_air; break;
1560 "ALTAR", "ICE", "DRAWBRIDGE_DOWN","AIR",
H A Dsp_lev.c220 if (typ == ROOM || typ == AIR ||
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmkmaze.c232 levl[x][y].typ == ROOM || levl[x][y].typ == AIR)));
1342 levl[x][y].typ = AIR;
H A Ddisplay.c1446 case AIR: idx = S_air; break;
1560 "ALTAR", "ICE", "DRAWBRIDGE_DOWN","AIR",
H A Dsp_lev.c220 if (typ == ROOM || typ == AIR ||

Completed in 76 milliseconds