Home
last modified time | relevance | path

Searched refs:ponder_opp_move (Results 1 – 3 of 3) sorted by relevance

/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Dcommands.c480 if (move == state->ponder_opp_move && MOVE_IS_REGULAR(state->ponder_my_move)) { in command_usermove()
555 state->ponder_opp_move = NO_MOVE; in command_handle()
748 char *str = coord_move_str(state->ponder_opp_move); in command_check_abort()
767 if (move == state->ponder_opp_move) { in command_check_abort()
H A Ddreamer.h67 move_t ponder_opp_move; member
H A Dsearch.c469 state->ponder_opp_move = state->hint; in ponder()
470 do_move(state, state->ponder_opp_move); in ponder()