HomeSort by: relevance | last modified time | path
    Searched defs:finddpos (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
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...]
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...]

Completed in 22 milliseconds