Searched refs:LAVAPOOL (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h169 ((is_pool(xx,yy) && !Underwater) || (levl[xx][yy].typ == LAVAPOOL))
H A Drm.h53 #define LAVAPOOL 20 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h169 ((is_pool(xx,yy) && !Underwater) || (levl[xx][yy].typ == LAVAPOOL))
H A Drm.h53 #define LAVAPOOL 20 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c58 if (ltyp == LAVAPOOL
184 boolean lava = levl[x][y].typ == LAVAPOOL; /* assume initialized map */
870 lev1->typ = lava ? LAVAPOOL : MOAT;
H A Ddig.c462 else if (levl[x1][y1].typ == LAVAPOOL ||
469 return LAVAPOOL;
720 lev->drawbridgemask |= (typ == LAVAPOOL) ? DB_LAVA : DB_MOAT;
728 typ == LAVAPOOL ? "lava" : "water");
730 if (typ == LAVAPOOL)
H A Dmkmap.c361 if (levl[i][j].typ == LAVAPOOL)
H A Ddisplay.c1444 case LAVAPOOL: idx = S_lava; break;
1557 "MOAT", "WATER", "DRAWBRIDGE_UP","LAVAPOOL",
H A Dsp_lev.c1696 if (lev->typ != LAVAPOOL) /* this overrides normal lighting */
2200 else if(levl[x][y].typ == LAVAPOOL)
H A Dobjnam.c2360 levl[u.ux][u.uy].typ = LAVAPOOL;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c58 if (ltyp == LAVAPOOL
184 boolean lava = levl[x][y].typ == LAVAPOOL; /* assume initialized map */
870 lev1->typ = lava ? LAVAPOOL : MOAT;
H A Ddig.c462 else if (levl[x1][y1].typ == LAVAPOOL ||
469 return LAVAPOOL;
720 lev->drawbridgemask |= (typ == LAVAPOOL) ? DB_LAVA : DB_MOAT;
728 typ == LAVAPOOL ? "lava" : "water");
730 if (typ == LAVAPOOL)
H A Dmkmap.c361 if (levl[i][j].typ == LAVAPOOL)
H A Ddisplay.c1444 case LAVAPOOL: idx = S_lava; break;
1557 "MOAT", "WATER", "DRAWBRIDGE_UP","LAVAPOOL",
H A Dsp_lev.c1696 if (lev->typ != LAVAPOOL) /* this overrides normal lighting */
2200 else if(levl[x][y].typ == LAVAPOOL)
H A Dobjnam.c2360 levl[u.ux][u.uy].typ = LAVAPOOL;

Completed in 140 milliseconds