Home
last modified time | relevance | path

Searched refs:history_bad (Results 1 – 6 of 6) sorted by relevance

/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dsort.h67 extern void history_bad (int move, const board_t * board);
H A Dsort.cpp555 void history_bad(int move, const board_t * board) { in history_bad() function
H A Dsearch_full.cpp703 history_bad(move,board); in full_search()
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dsort.h53 extern void history_bad (int move, const board_t * board);
H A Dsort.cpp550 void history_bad(int move, const board_t * board) { in history_bad() function
H A Dsearch_full.cpp823 history_bad(move,board); in full_search()