Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h38 extern int EGTB_depth;
H A Ddata.c483 int EGTB_depth = 0; variable
H A Dsearch.c177 if (depth > EGTB_depth && TotalAllPieces <= EGTB_use && in Search()
H A Doption.c583 EGTB_depth = atoi(args[1]); in Option()
584 Print(32, "EGTB probe depth set to %d\n", EGTB_depth); in Option()