Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dponder.c175 tlom = last_opponent_move; in Ponder()
176 last_opponent_move = ponder_move; in Ponder()
188 last_opponent_move = tlom; in Ponder()
H A Ddata.h42 extern int last_opponent_move;
H A Dmain.c4592 last_opponent_move = move;
H A Ddata.c501 int last_opponent_move = 0; variable