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

  /src/games/gomoku/
stoc.c 81 return ILLEGAL;
85 return ILLEGAL;
gomoku.h 75 #define ILLEGAL 2
main.c 268 case ILLEGAL:
269 addstr("Illegal move");
311 if (interactive && curmove != ILLEGAL) {
makemove.c 94 * ILLEGAL Illegal move.
106 /* check for illegal move */
109 return ILLEGAL;

Completed in 15 milliseconds