Searched refs:SPACE_POS (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h87 #define SPACE_POS(typ) ((typ) > DOOR) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h87 #define SPACE_POS(typ) ((typ) > DOOR) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmkroom.c282 } else if(!SPACE_POS(levl[sx][sy].typ) ||
H A Dmkmaze.c618 !SPACE_POS(levl[x][y].typ) || occupied(x, y));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmkroom.c282 } else if(!SPACE_POS(levl[sx][sy].typ) ||
H A Dmkmaze.c618 !SPACE_POS(levl[x][y].typ) || occupied(x, y));

Completed in 103 milliseconds