Searched refs:IS_FOUNTAIN (Results 1 - 20 of 20) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h90 #define IS_FOUNTAIN(typ) ((typ) == FOUNTAIN) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h90 #define IS_FOUNTAIN(typ) ((typ) == FOUNTAIN) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dengrave.c170 else if(IS_FOUNTAIN(levl[x][y].typ))
486 } else if (is_pool(u.ux,u.uy) || IS_FOUNTAIN(levl[u.ux][u.uy].typ)) {
H A Dfountain.c153 if (IS_FOUNTAIN(levl[x][y].typ) &&
H A Ddig.c499 if (IS_FOUNTAIN(lev->typ)) {
1026 IS_WALL(lev->typ) || IS_FOUNTAIN(lev->typ) || IS_TREE(lev->typ))) {
H A Ddokick.c607 else if (IS_FOUNTAIN(maploc->typ)) what = "a fountain";
875 if(IS_FOUNTAIN(maploc->typ)) {
H A Dpotion.c336 if (IS_FOUNTAIN(levl[u.ux][u.uy].typ) && !Levitation) {
1541 if (IS_FOUNTAIN(here)) {
H A Dcmd.c460 if(IS_FOUNTAIN(levl[u.ux][u.uy].typ)) {
2242 if(IS_FOUNTAIN(levl[u.ux][u.uy].typ) || IS_SINK(levl[u.ux][u.uy].typ)) {
H A Dinvent.c2106 } else if (IS_FOUNTAIN(ltyp))
H A Dmon.c390 infountain = IS_FOUNTAIN(levl[mtmp->mx][mtmp->my].typ);
H A Dzap.c3602 } else if(IS_FOUNTAIN(lev->typ)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dengrave.c170 else if(IS_FOUNTAIN(levl[x][y].typ))
486 } else if (is_pool(u.ux,u.uy) || IS_FOUNTAIN(levl[u.ux][u.uy].typ)) {
H A Dfountain.c153 if (IS_FOUNTAIN(levl[x][y].typ) &&
H A Ddig.c499 if (IS_FOUNTAIN(lev->typ)) {
1026 IS_WALL(lev->typ) || IS_FOUNTAIN(lev->typ) || IS_TREE(lev->typ))) {
H A Ddokick.c607 else if (IS_FOUNTAIN(maploc->typ)) what = "a fountain";
875 if(IS_FOUNTAIN(maploc->typ)) {
H A Dpotion.c336 if (IS_FOUNTAIN(levl[u.ux][u.uy].typ) && !Levitation) {
1541 if (IS_FOUNTAIN(here)) {
H A Dcmd.c460 if(IS_FOUNTAIN(levl[u.ux][u.uy].typ)) {
2242 if(IS_FOUNTAIN(levl[u.ux][u.uy].typ) || IS_SINK(levl[u.ux][u.uy].typ)) {
H A Dinvent.c2106 } else if (IS_FOUNTAIN(ltyp))
H A Dmon.c390 infountain = IS_FOUNTAIN(levl[mtmp->mx][mtmp->my].typ);
H A Dzap.c3602 } else if(IS_FOUNTAIN(lev->typ)) {

Completed in 173 milliseconds