HomeSort by: relevance | last modified time | path
    Searched refs:cansee (Results 1 - 16 of 16) sorted by relevancy

  /src/games/hack/
hack.zap.c 363 if (!cansee(mtmp->mx, mtmp->my))
372 if (!cansee(mtmp->mx, mtmp->my))
526 if (cansee(sx - dx, sy - dy))
554 if (cansee(sx, sy)) {
567 if (cansee(mon->mx, mon->my))
615 if (cansee(sx, sy))
719 if (cansee(otx, oty))
733 if (cansee(obj->ox, obj->oy))
hack.vault.c 133 if ((u.ux == fcx && u.uy == fcy) || cansee(fcx, fcy) ||
229 if (!cansee(guard->mx, guard->my)) {
351 if (cansee(nx, ny)) {
hack.dog.c 217 if (cansee(omx, omy))
222 if (cansee(omx, omy))
417 if (cansee(nix, niy))
510 if (cansee(mtmp->mx, mtmp->my)) {
hack.fight.c 99 vis = (cansee(magr->mx, magr->my) && cansee(mdef->mx, mdef->my));
153 if (cansee(mdef->mx, mdef->my)) {
170 if (cansee(mdef->mx, mdef->my)) {
hack.steal.c 269 if (show & cansee(mtmp->mx, mtmp->my))
278 if (show & cansee(mtmp->mx, mtmp->my))
hack.worm.c 121 if (cansee(whd->wx, whd->wy)) {
190 if (!cansee(wtmp->wx, wtmp->wy) && wtmp->wdispl) {
hack.pri.c 173 if (prevx >= 0 && cansee(prevx, prevy)) {
179 if (cansee(x, y))
218 if (cansee(x, y)) {
474 if (room->lit || cansee(x, y) || Blind)
592 cansee(obj->ox, obj->oy);
hack.trap.c 223 int in_sight = cansee(mtmp->mx, mtmp->my);
260 if (in_sight && !cansee(mtmp->mx, mtmp->my))
hack.mon.c 119 if (cansee(mtmp->mx, mtmp->my))
141 if (Conflict && cansee(mtmp->mx, mtmp->my)
256 if (cansee(mtmp->mx, mtmp->my) &&
891 /* if(cansee(x,y)) atl(x,y,fobj->olet); */
908 if (cansee(x, y))
1020 && cansee(mtmp->mx, mtmp->my));
hack.do.c 455 if (cansee(bhitpos.x, bhitpos.y))
522 if (cansee(bhitpos.x, bhitpos.y))
hack.read.c 170 if (cansee(mtmp->mx, mtmp->my)) {
461 if (!cansee(zx, zy))
hack.c 267 if (cansee(rx, ry))
695 cansee(xchar x, xchar y) function in typeref:typename:int
747 cansee(xchar x, xchar y) function in typeref:typename:int
778 if (cansee(x, y))
hack.do_name.c 144 if (!cansee(cx, cy)) {
extern.h 57 int cansee(xchar, xchar);
hack.apply.c 163 if (cansee(mtmp->mx, mtmp->my))
hack.shk.c 994 if (shkp->mcansee && !Invis && cansee(omx, omy)) {

Completed in 26 milliseconds