Searched refs:IS_ALTAR (Results 1 - 22 of 22) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h93 #define IS_ALTAR(typ) ((typ) == ALTAR) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsit.c121 } else if(IS_ALTAR(typ)) {
H A Dengrave.c166 else if(IS_ALTAR(levl[x][y].typ))
527 if (IS_ALTAR(levl[u.ux][u.uy].typ)) {
H A Dpriest.c303 if (!IS_ALTAR(lev->typ) || !(lev->altarmask & AM_SHRINE))
680 if (!IS_ALTAR(lev->typ) ||
H A Ddig.c179 } else if (IS_ALTAR(levl[x][y].typ) && (madeby != BY_OBJECT ||
291 if (IS_ALTAR(lev->typ)) {
741 } else if (IS_ALTAR(lev->typ)) {
H A Ddo.c508 if (!IS_ALTAR(levl[u.ux][u.uy].typ) && flags.verbose)
530 if (IS_ALTAR(levl[u.ux][u.uy].typ))
H A Ddokick.c612 else if (IS_ALTAR(maploc->typ)) what = "an altar";
867 if(IS_ALTAR(maploc->typ)) {
H A Dpray.c115 #define on_altar() IS_ALTAR(levl[u.ux][u.uy].typ)
1756 if(!IS_ALTAR(levl[x][y].typ)) return((char *)0);
H A Ddothrow.c344 if (IS_ALTAR(levl[u.ux][u.uy].typ))
H A Dmonmove.c145 && IS_ALTAR(levl[x][y].typ)));
H A Dinvent.c2120 else if (IS_ALTAR(ltyp)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h93 #define IS_ALTAR(typ) ((typ) == ALTAR) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsit.c121 } else if(IS_ALTAR(typ)) {
H A Dengrave.c166 else if(IS_ALTAR(levl[x][y].typ))
527 if (IS_ALTAR(levl[u.ux][u.uy].typ)) {
H A Dpriest.c303 if (!IS_ALTAR(lev->typ) || !(lev->altarmask & AM_SHRINE))
680 if (!IS_ALTAR(lev->typ) ||
H A Ddig.c179 } else if (IS_ALTAR(levl[x][y].typ) && (madeby != BY_OBJECT ||
291 if (IS_ALTAR(lev->typ)) {
741 } else if (IS_ALTAR(lev->typ)) {
H A Ddo.c508 if (!IS_ALTAR(levl[u.ux][u.uy].typ) && flags.verbose)
530 if (IS_ALTAR(levl[u.ux][u.uy].typ))
H A Ddokick.c612 else if (IS_ALTAR(maploc->typ)) what = "an altar";
867 if(IS_ALTAR(maploc->typ)) {
H A Dpray.c115 #define on_altar() IS_ALTAR(levl[u.ux][u.uy].typ)
1756 if(!IS_ALTAR(levl[x][y].typ)) return((char *)0);
H A Ddothrow.c344 if (IS_ALTAR(levl[u.ux][u.uy].typ))
H A Dmonmove.c145 && IS_ALTAR(levl[x][y].typ)));
H A Dinvent.c2120 else if (IS_ALTAR(ltyp)) {

Completed in 204 milliseconds