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

  /src/games/hunt/hunt/
otto.c 66 #undef EAST
97 #define EAST 3
184 case '>': facing = EAST; break;
375 case EAST:
376 if (been_there[row][col + 1] & EAST)
389 been_there[r][col] |= EAST;
447 case EAST: col++; break;
506 case EAST:
514 else if (dir == EAST
  /src/games/hunt/include/
hunt_common.h 169 #define EAST 010
  /src/games/battlestar/
extern.h 146 #define EAST 1012
246 #define east link[2] macro

Completed in 12 milliseconds