Home
last modified time | relevance | path

Searched refs:cansee (Results 1 – 17 of 17) sorted by relevance

/dragonfly/games/hack/
HDhack.zap.c358 if (!cansee(mtmp->mx, mtmp->my)) in hit()
367 if (!cansee(mtmp->mx, mtmp->my)) in miss()
521 if (cansee(sx - dx, sy - dy)) in buzz()
549 if (cansee(sx, sy)) { in buzz()
562 if (cansee(mon->mx, mon->my)) in buzz()
610 if (cansee(sx, sy)) in buzz()
714 if (cansee(otx, oty)) in rloco()
728 if (cansee(obj->ox, obj->oy)) in fracture_rock()
HDhack.fight.c94 vis = (cansee(magr->mx, magr->my) && cansee(mdef->mx, mdef->my)); in hitmm()
148 if (cansee(mdef->mx, mdef->my)) { in mondied()
165 if (cansee(mdef->mx, mdef->my)) { in monstone()
HDhack.vault.c128 if ((u.ux == fcx && u.uy == fcy) || cansee(fcx, fcy) || in restfakecorr()
224 if (!cansee(guard->mx, guard->my)) { in invault()
346 if (cansee(nx, ny)) { in gd_move()
HDhack.dog.c212 if (cansee(omx, omy)) in dog_move()
217 if (cansee(omx, omy)) in dog_move()
412 if (cansee(nix, niy)) in dog_move()
505 if (cansee(mtmp->mx, mtmp->my)) { in tamedog()
HDhack.pri.c168 if (prevx >= 0 && cansee(prevx, prevy)) { in tmp_at()
174 if (cansee(x, y)) in tmp_at()
213 if (cansee(x, y)) { in Tmp_at()
469 if (room->lit || cansee(x, y) || Blind) in news0()
587 cansee(obj->ox, obj->oy); in pobj()
HDhack.steal.c264 if (show & cansee(mtmp->mx, mtmp->my)) in relobj()
273 if (show & cansee(mtmp->mx, mtmp->my)) in relobj()
HDhack.worm.c116 if (cansee(whd->wx, whd->wy)) { in worm_move()
185 if (!cansee(wtmp->wx, wtmp->wy) && wtmp->wdispl) { in wormsee()
HDhack.mon.c114 if (cansee(mtmp->mx, mtmp->my)) in movemon()
136 if (Conflict && cansee(mtmp->mx, mtmp->my) in movemon()
251 if (cansee(mtmp->mx, mtmp->my) && in dochug()
903 if (cansee(x, y)) in killed()
1015 && cansee(mtmp->mx, mtmp->my)); in canseemon()
HDhack.trap.c218 int in_sight = cansee(mtmp->mx, mtmp->my); in mintrap()
255 if (in_sight && !cansee(mtmp->mx, mtmp->my)) in mintrap()
HDhack.c262 if (cansee(rx, ry)) in domove()
690 cansee(xchar x, xchar y) in cansee() function
742 cansee(xchar x, xchar y) in cansee() function
773 if (cansee(x, y)) in setsee()
HDhack.do.c450 if (cansee(bhitpos.x, bhitpos.y)) in dothrow()
517 if (cansee(bhitpos.x, bhitpos.y)) in dothrow()
HDhack.read.c165 if (cansee(mtmp->mx, mtmp->my)) { in doread()
456 if (!cansee(zx, zy)) in doread()
HDhack.do_name.c139 if (!cansee(cx, cy)) { in do_mname()
HDextern.h57 int cansee(xchar, xchar);
HDhack.mhitu.c117 if (mdat->mlet == ';' && mtmp->minvis && cansee(mtmp->mx, mtmp->my)) { in mhitu()
HDhack.apply.c158 if (cansee(mtmp->mx, mtmp->my)) in use_camera()
HDhack.shk.c989 if (shkp->mcansee && !Invis && cansee(omx, omy)) { in shk_move()