Searched refs:IS_FURNITURE (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h95 #define IS_FURNITURE(typ) ((typ) >= STAIRS && (typ) <= ALTAR) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h95 #define IS_FURNITURE(typ) ((typ) >= STAIRS && (typ) <= ALTAR) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmklev.c447 && !IS_FURNITURE(levl[*xx][*yy-*dy].typ))));
813 IS_FURNITURE(levl[x][y].typ)))
1171 || IS_FURNITURE(levl[x][y].typ)
H A Dapply.c2001 else if (IS_FURNITURE(levl[u.ux][u.uy].typ) ||
2220 if (IS_FURNITURE(levl[rx][ry].typ))
H A Dhack.c1372 IS_FURNITURE(tmpr->typ))
H A Dmuse.c650 if (IS_FURNITURE(levl[mtmp->mx][mtmp->my].typ) ||
H A Dsp_lev.c1202 if (IS_FURNITURE(levl[x][y].typ) && levl[x][y].typ != typ)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmklev.c447 && !IS_FURNITURE(levl[*xx][*yy-*dy].typ))));
813 IS_FURNITURE(levl[x][y].typ)))
1171 || IS_FURNITURE(levl[x][y].typ)
H A Dapply.c2001 else if (IS_FURNITURE(levl[u.ux][u.uy].typ) ||
2220 if (IS_FURNITURE(levl[rx][ry].typ))
H A Dhack.c1372 IS_FURNITURE(tmpr->typ))
H A Dmuse.c650 if (IS_FURNITURE(levl[mtmp->mx][mtmp->my].typ) ||
H A Dsp_lev.c1202 if (IS_FURNITURE(levl[x][y].typ) && levl[x][y].typ != typ)

Completed in 109 milliseconds