Home | History | Annotate | Download | only in hack

Lines Matching defs:finddpos

104 static coord finddpos(int, int, int, int);
379 finddpos(int xl, int yl, int xh, int yh)
592 cc = finddpos(xx, croom->ly, xx, croom->hy);
593 tt = finddpos(tx, troom->ly, tx, troom->hy);
598 cc = finddpos(croom->lx, yy, croom->hx, yy);
600 tt = finddpos(troom->lx, ty, troom->hx, ty);
606 cc = finddpos(xx, croom->ly, xx, croom->hy);
607 tt = finddpos(tx, troom->ly, tx, troom->hy);
613 cc = finddpos(croom->lx, yy, croom->hx, yy);
614 tt = finddpos(troom->lx, ty, troom->hx, ty);
742 dd = finddpos(aroom->lx, aroom->hy + 1, aroom->hx, aroom->hy + 1);
745 dd = finddpos(aroom->lx, aroom->ly - 1, aroom->hx, aroom->ly - 1);