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

  /src/games/hunt/include/
hunt_common.h 97 #define UBOUND 1
  /src/games/hunt/huntd/
expl.c 99 if (y >= UBOUND && y < DBOUND && x >= LBOUND && x < RBOUND)
123 if (y < UBOUND || y >= DBOUND || x < LBOUND || x >= RBOUND)
makemaze.c 74 if (y < UBOUND || y >= DBOUND)
answer.c 260 for (y = 0; y < UBOUND; y++)

Completed in 12 milliseconds