Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dinput.c281 for (i = 0; i < num_ponder_moves; i++) in InputMove()
283 mvp = moves + num_ponder_moves; in InputMove()
458 for (i = 0; i < num_ponder_moves; i++) in InputMoveICS()
460 mvp = moves + num_ponder_moves; in InputMoveICS()
H A Dponder.c153 num_ponder_moves = in Ponder()
155 for (mv = ponder_moves; mv < ponder_moves + num_ponder_moves; mv++) { in Ponder()
H A Ddata.h131 extern int num_ponder_moves;
H A Ddata.c32 int num_ponder_moves; variable