Home
last modified time | relevance | path

Searched refs:R_WHITE_WINS (Results 1 – 4 of 4) sorted by relevance

/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dplayers.cc190 result = R_WHITE_WINS; in DBUpdatePlayer()
196 if ((computerplays == white && result == R_WHITE_WINS)|| in DBUpdatePlayer()
200 (computerplays == black && result == R_WHITE_WINS)) in DBUpdatePlayer()
H A Dcommon.h283 #define R_WHITE_WINS 1 macro
H A Dlexpgn.ll242 if (!strcmp(yytext, "1-0")) result = R_WHITE_WINS;
H A Dlexpgn.cc2687 if (!strcmp(yytext, "1-0")) result = R_WHITE_WINS;