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

  /src/games/gomoku/
stoc.c 55 if (s == RESIGN)
56 return "resign";
71 if (strcmp(mp, "resign") == 0 || strcmp(mp, "quit") == 0)
72 return RESIGN;
gomoku.h 74 #define RESIGN 1
makemove.c 93 * RESIGN Player resigned.
103 if (mv == RESIGN)
104 return RESIGN;
main.c 236 if (s != RESIGN && board[s].s_occ != EMPTY) {
244 return RESIGN;
385 if (outcome.result != RESIGN) {
679 fputs("I resign\n", stdout);
bdisp.c 349 * Ask the user for the coordinate of a move, or return RESIGN or SAVE.
450 return RESIGN;

Completed in 24 milliseconds