hack.mklev.c | 104 static coord finddpos(int, int, int, int); 379 finddpos(int xl, int yl, int xh, int yh) function in typeref:typename:coord 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) [all...] |