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

  /src/games/hunt/hunt/
otto.c 65 #undef WEST
95 #define WEST 1
182 case '<': facing = WEST; break;
355 case WEST:
356 if (been_there[row][col - 1] & WEST)
369 been_there[r][col] |= WEST;
445 case WEST: col--; break;
505 case WEST:
511 else if (dir == WEST
517 else if (dir == WEST)
    [all...]
  /src/games/hunt/include/
hunt_common.h 170 #define WEST 020
  /src/games/battlestar/
extern.h 147 #define WEST 1013
247 #define west link[3] macro

Completed in 12 milliseconds