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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dengrave.c168 else if(IS_GRAVE(levl[x][y].typ))
532 if (IS_GRAVE(levl[u.ux][u.uy].typ)) {
713 IS_GRAVE(levl[u.ux][u.uy].typ) ?
823 if (IS_GRAVE(levl[u.ux][u.uy].typ)) {
863 if (!IS_GRAVE(levl[u.ux][u.uy].typ))
H A Dsit.c126 } else if(IS_GRAVE(typ)) {
H A Ddig.c526 if (IS_GRAVE(lev->typ))
700 } else if (IS_GRAVE(lev->typ)) {
H A Ddokick.c608 else if (IS_GRAVE(maploc->typ)) what = "a headstone";
888 if(IS_GRAVE(maploc->typ) || maploc->typ == IRONBARS)
H A Dinvent.c2138 else if (IS_GRAVE(ltyp))
H A Dpickup.c1627 } else if (IS_GRAVE(levl[cc.x][cc.y].typ)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dengrave.c168 else if(IS_GRAVE(levl[x][y].typ))
532 if (IS_GRAVE(levl[u.ux][u.uy].typ)) {
713 IS_GRAVE(levl[u.ux][u.uy].typ) ?
823 if (IS_GRAVE(levl[u.ux][u.uy].typ)) {
863 if (!IS_GRAVE(levl[u.ux][u.uy].typ))
H A Dsit.c126 } else if(IS_GRAVE(typ)) {
H A Ddig.c526 if (IS_GRAVE(lev->typ))
700 } else if (IS_GRAVE(lev->typ)) {
H A Ddokick.c608 else if (IS_GRAVE(maploc->typ)) what = "a headstone";
888 if(IS_GRAVE(maploc->typ) || maploc->typ == IRONBARS)
H A Dinvent.c2138 else if (IS_GRAVE(ltyp))
H A Dpickup.c1627 } else if (IS_GRAVE(levl[cc.x][cc.y].typ)) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h92 #define IS_GRAVE(typ) ((typ) == GRAVE) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h92 #define IS_GRAVE(typ) ((typ) == GRAVE) macro

Completed in 181 milliseconds