HomeSort by: relevance | last modified time | path
    Searched refs:goodpos (Results 1 - 3 of 3) 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));
extern.h 217 int goodpos(int, int);
hack.zap.c 716 } while (!goodpos(tx, ty));

Completed in 17 milliseconds