Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dponder.c152 n_ponder_moves = GenerateCaptures(tree, 0, wtm, ponder_moves); in Ponder()
154 GenerateNoncaptures(tree, 0, wtm, n_ponder_moves) - ponder_moves; in Ponder()
155 for (mv = ponder_moves; mv < ponder_moves + num_ponder_moves; mv++) { in Ponder()
H A Dinput.c282 moves[i] = ponder_moves[i]; in InputMove()
459 moves[i] = ponder_moves[i]; in InputMoveICS()
H A Ddata.h130 extern unsigned ponder_moves[256];
H A Ddata.c31 unsigned ponder_moves[256]; variable