Lines Matching defs:them
110 player_color them = us != BLACK ? BLACK : WHITE;
143 if (better(s, ts, them)) /* pick their best move */
170 if (board[ts].s_combo[them].cv_force == 1 &&
176 union comboval tcv = board[ts].s_combo[them];
206 player_color them = us != BLACK ? BLACK : WHITE;
210 if (/* .... */ asp->s_combo[them].s != bsp->s_combo[them].s)
211 return asp->s_combo[them].s < bsp->s_combo[them].s;
212 if (/* .... */ asp->s_level[them] != bsp->s_level[them])
213 return asp->s_level[them] < bsp->s_level[them];
214 if (/* .... */ asp->s_nforce[them] != bsp->s_nforce[them])
215 return asp->s_nforce[them] > bsp->s_nforce[them];