Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dbook.c570 nmoves = Max(Min(nmoves, book_selection_width), nflagged); in Book()
1012 book_selection_width = 99; in Bookup()
1036 book_selection_width = atoi(args[2]); in Bookup()
1038 Print(4095, "choose from %d best moves.\n", book_selection_width); in Bookup()
H A Ddata.h143 extern int book_selection_width;
H A Ddata.c667 int book_selection_width = 5; variable
H A Doption.c1786 book_selection_width = 3; in Option()
1797 book_selection_width = 4; in Option()