Searched refs:ACCESSIBLE (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h84 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h84 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c243 if (ACCESSIBLE(levl[x][y].typ) && !MON_AT(x,y)) {
H A Dvault.c52 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
641 if(ACCESSIBLE(typ)) goto newpos;
H A Dsteed.c434 if (ACCESSIBLE(levl[x][y].typ) &&
H A Dmonmove.c1232 return((boolean)(ACCESSIBLE(levl[x][y].typ) && !closed_door(x, y)));
1298 (!ACCESSIBLE(levl[mx][my].typ) ||
H A Dteleport.c77 if (!ACCESSIBLE(levl[x][y].typ)) {
H A Ddisplay.c670 if (reg != NULL && ACCESSIBLE(lev->typ)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c243 if (ACCESSIBLE(levl[x][y].typ) && !MON_AT(x,y)) {
H A Dvault.c52 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
641 if(ACCESSIBLE(typ)) goto newpos;
H A Dsteed.c434 if (ACCESSIBLE(levl[x][y].typ) &&
H A Dmonmove.c1232 return((boolean)(ACCESSIBLE(levl[x][y].typ) && !closed_door(x, y)));
1298 (!ACCESSIBLE(levl[mx][my].typ) ||
H A Dteleport.c77 if (!ACCESSIBLE(levl[x][y].typ)) {
H A Ddisplay.c670 if (reg != NULL && ACCESSIBLE(lev->typ)) {

Completed in 122 milliseconds