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

  /src/games/hack/
hack.makemon.c 194 if (goodpos(x, yy - range)) {
201 if (goodpos(x, yy + range)) {
208 if (goodpos(xx - range, y)) {
215 if (goodpos(xx + range, y)) {
228 goodpos(int x, int y) function in typeref:typename:int
251 } while (!goodpos(tx, ty));

Completed in 12 milliseconds