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

  /src/games/hunt/hunt/
otto.c 64 #undef SOUTH
96 #define SOUTH 2
183 case 'v': facing = SOUTH; break;
334 case SOUTH:
335 if (been_there[row + 1][col] & SOUTH)
349 been_there[r][col] |= SOUTH;
446 case SOUTH: row++; break;
488 case SOUTH:
496 else if (dir == SOUTH
  /src/games/hunt/include/
hunt_common.h 168 #define SOUTH 02
  /src/games/battlestar/
extern.h 145 #define SOUTH 1011
245 #define south link[1] macro

Completed in 29 milliseconds