Searched refs:IS_STWALL (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.h79 #define IS_STWALL(typ) ((typ) <= DBWALL) /* STONE <= (typ) <= DBWALL */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h79 #define IS_STWALL(typ) ((typ) <= DBWALL) /* STONE <= (typ) <= DBWALL */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c305 !IS_STWALL(levl[fx+dx][fy+dy].typ)) {
H A Dspell.c849 IS_STWALL(levl[u.dx][u.dy].typ) || u.uswallow) {
993 } else if (!cansee(cc.x, cc.y) || IS_STWALL(levl[cc.x][cc.y].typ)) {
H A Ddokick.c604 else if (IS_STWALL(maploc->typ)) what = "a wall";
997 IS_STWALL(maploc->typ)) {
998 if(!IS_STWALL(maploc->typ) && maploc->ladder == LA_DOWN)
H A Dvault.c631 if(!IS_STWALL(typ) && !IS_POOL(typ)) {
H A Dhack.c507 return (boolean)(!(IS_STWALL(levl[x][y].typ) &&
515 return (boolean)(!(IS_STWALL(levl[x][y].typ) &&
H A Dmkmaze.c59 return (!isok(x,y) || IS_STWALL(levl[x][y].typ));
H A Dsp_lev.c112 if(IS_STWALL(levl[x][y].typ))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c305 !IS_STWALL(levl[fx+dx][fy+dy].typ)) {
H A Dspell.c849 IS_STWALL(levl[u.dx][u.dy].typ) || u.uswallow) {
993 } else if (!cansee(cc.x, cc.y) || IS_STWALL(levl[cc.x][cc.y].typ)) {
H A Ddokick.c604 else if (IS_STWALL(maploc->typ)) what = "a wall";
997 IS_STWALL(maploc->typ)) {
998 if(!IS_STWALL(maploc->typ) && maploc->ladder == LA_DOWN)
H A Dvault.c631 if(!IS_STWALL(typ) && !IS_POOL(typ)) {
H A Dhack.c507 return (boolean)(!(IS_STWALL(levl[x][y].typ) &&
515 return (boolean)(!(IS_STWALL(levl[x][y].typ) &&
H A Dmkmaze.c59 return (!isok(x,y) || IS_STWALL(levl[x][y].typ));
H A Dsp_lev.c112 if(IS_STWALL(levl[x][y].typ))

Completed in 128 milliseconds