Searched refs:is_pool (Results 1 - 25 of 78) sorted by relevance

1234

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c37 is_pool(x,y) function
361 if (is_pool(x, y))
476 else if (chunks && is_pool(etmp->ex, etmp->ey))
706 if (is_pool(etmp->ex, etmp->ey) && !e_inview)
719 if (is_pool(etmp->ex, etmp->ey) || is_lava(etmp->ex, etmp->ey))
736 (is_pool(etmp->ex, etmp->ey)) ? DROWNING :
924 if (flags.soundok && !is_u(etmp1) && !is_pool(x,y))
H A Dsit.c59 } else if (is_pool(u.ux, u.uy) && !Underwater) { /* water walking */
108 } else if(is_pool(u.ux, u.uy)) {
H A Dhack.c658 (is_pool(x, y) || is_lava(x, y)) && levl[x][y].seenv))
971 (is_pool(x, y) || is_lava(x, y)) && levl[x][y].seenv)) {
1108 is_pool(x,y) ? "empty water" : buf);
1379 u.uundetected = is_pool(u.ux, u.uy) && !Is_waterlevel(&u.uz);
1466 if (!is_pool(u.ux,u.uy)) {
1495 if (is_pool(u.ux, u.uy) || is_lava(u.ux, u.uy)) {
1858 if(is_pool(u.ux, u.uy)) {
1983 } else if (is_pool(x,y) || is_lava(x,y)) {
H A Dpolyself.c93 (is_pool(u.ux,u.uy) || is_lava(u.ux,u.uy)))
323 if (is_pool(u.ux,u.uy) && was_floating && !(Levitation || Flying) &&
463 u.uundetected = is_pool(u.ux, u.uy);
533 (is_pool(u.ux,u.uy) || is_lava(u.ux,u.uy))) ||
H A Dball.c564 if ((is_pool(uchain->ox, uchain->oy) &&
567 !is_pool(uball->ox, uball->oy) ||
693 (is_pool(x, y) ||
H A Dteleport.c61 if (is_pool(x,y) && !ignorewater) {
78 if (!(is_pool(x,y) && ignorewater)) return FALSE;
274 u.uundetected = is_pool(nux, nuy);
H A Dmon.c386 inpool = is_pool(mtmp->mx,mtmp->my) &&
888 if (is_pool(mtmp->mx,mtmp->my)) continue;
1080 if((is_pool(nx,ny) == wantpool || poolok) &&
1200 if(!cnt && wantpool && !is_pool(x,y)) {
1569 (accessible(mdef->mx, mdef->my) || is_pool(mdef->mx, mdef->my)))
1819 if((!accessible(x, y) && !is_pool(x, y)) ||
2490 !(mdat->mlet == S_EEL && is_pool(mtmp->mx, mtmp->my)))
H A Dallmain.c157 } else if (Upolyd && youmonst.data->mlet == S_EEL && !is_pool(u.ux,u.uy) && !Is_waterlevel(&u.uz)) {
H A Ddig.c202 (ttmp || is_pool(x,y) || is_lava(x,y))) {
663 } else if (is_pool(u.ux, u.uy) || is_lava(u.ux, u.uy)) {
982 } else if (is_pool(u.ux, u.uy) || is_lava(u.ux, u.uy)) {
985 is_pool(u.ux, u.uy) ? "water" : " the lava");
H A Ddogmove.c156 if (is_pool(x, y) && !Underwater) {
800 if ((!is_pool(nx,ny) || is_swimmer(mon->data)) &&
H A Dengrave.c158 else if (is_pool(x,y))
486 } else if (is_pool(u.ux,u.uy) || IS_FOUNTAIN(levl[u.ux][u.uy].typ)) {
H A Dtrap.c1584 && is_pool(x+distance*dx,y+distance*dy))
2322 (is_pool(uball->ox, uball->oy) ||
2353 if(is_pool(u.ux,u.uy) && !Wwalking && !Swimming && !u.uinwater)
2376 is_pool(u.ux,u.uy) ?
2440 if ((box && !carried(box)) ? is_pool(box->ox, box->oy) : Underwater) {
2830 if (u.uinwater && is_pool(u.ux-u.dx,u.uy-u.dy) &&
2891 if(!is_pool(u.ux,u.uy))
2898 if(!is_pool(u.ux,u.uy))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c37 is_pool(x,y) function
361 if (is_pool(x, y))
476 else if (chunks && is_pool(etmp->ex, etmp->ey))
706 if (is_pool(etmp->ex, etmp->ey) && !e_inview)
719 if (is_pool(etmp->ex, etmp->ey) || is_lava(etmp->ex, etmp->ey))
736 (is_pool(etmp->ex, etmp->ey)) ? DROWNING :
924 if (flags.soundok && !is_u(etmp1) && !is_pool(x,y))
H A Dsit.c59 } else if (is_pool(u.ux, u.uy) && !Underwater) { /* water walking */
108 } else if(is_pool(u.ux, u.uy)) {
H A Dhack.c658 (is_pool(x, y) || is_lava(x, y)) && levl[x][y].seenv))
971 (is_pool(x, y) || is_lava(x, y)) && levl[x][y].seenv)) {
1108 is_pool(x,y) ? "empty water" : buf);
1379 u.uundetected = is_pool(u.ux, u.uy) && !Is_waterlevel(&u.uz);
1466 if (!is_pool(u.ux,u.uy)) {
1495 if (is_pool(u.ux, u.uy) || is_lava(u.ux, u.uy)) {
1858 if(is_pool(u.ux, u.uy)) {
1983 } else if (is_pool(x,y) || is_lava(x,y)) {
H A Dpolyself.c93 (is_pool(u.ux,u.uy) || is_lava(u.ux,u.uy)))
323 if (is_pool(u.ux,u.uy) && was_floating && !(Levitation || Flying) &&
463 u.uundetected = is_pool(u.ux, u.uy);
533 (is_pool(u.ux,u.uy) || is_lava(u.ux,u.uy))) ||
H A Dball.c564 if ((is_pool(uchain->ox, uchain->oy) &&
567 !is_pool(uball->ox, uball->oy) ||
693 (is_pool(x, y) ||
H A Dteleport.c61 if (is_pool(x,y) && !ignorewater) {
78 if (!(is_pool(x,y) && ignorewater)) return FALSE;
274 u.uundetected = is_pool(nux, nuy);
H A Dmon.c386 inpool = is_pool(mtmp->mx,mtmp->my) &&
888 if (is_pool(mtmp->mx,mtmp->my)) continue;
1080 if((is_pool(nx,ny) == wantpool || poolok) &&
1200 if(!cnt && wantpool && !is_pool(x,y)) {
1569 (accessible(mdef->mx, mdef->my) || is_pool(mdef->mx, mdef->my)))
1819 if((!accessible(x, y) && !is_pool(x, y)) ||
2490 !(mdat->mlet == S_EEL && is_pool(mtmp->mx, mtmp->my)))
H A Dallmain.c157 } else if (Upolyd && youmonst.data->mlet == S_EEL && !is_pool(u.ux,u.uy) && !Is_waterlevel(&u.uz)) {
H A Ddig.c202 (ttmp || is_pool(x,y) || is_lava(x,y))) {
663 } else if (is_pool(u.ux, u.uy) || is_lava(u.ux, u.uy)) {
982 } else if (is_pool(u.ux, u.uy) || is_lava(u.ux, u.uy)) {
985 is_pool(u.ux, u.uy) ? "water" : " the lava");
H A Ddogmove.c156 if (is_pool(x, y) && !Underwater) {
800 if ((!is_pool(nx,ny) || is_swimmer(mon->data)) &&
H A Dengrave.c158 else if (is_pool(x,y))
486 } else if (is_pool(u.ux,u.uy) || IS_FOUNTAIN(levl[u.ux][u.uy].typ)) {
/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))
/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))

Completed in 167 milliseconds

1234