HomeSort by: relevance | last modified time | path
    Searched refs:lookaround (Results 1 - 6 of 6) sorted by relevancy

  /src/games/warp/
move.h 12 int lookaround(int, int, char);
move.c 554 curobj->energy += 25*lookaround(curobj->posy,curobj->posx,Star);
608 lookaround(int y, int x, char what) function in typeref:typename:int
init.c 382 } while (occupant[y][x] || lookaround(y,x,Star) * 7 < e--);
  /src/games/hack/
extern.h 54 void lookaround(void);
hack.main.c 457 lookaround();
458 if (!multi) { /* lookaround may clear multi */
hack.c 564 lookaround(void) function in typeref:typename:void
672 /* something like lookaround, but we are not running */

Completed in 46 milliseconds