Home
last modified time | relevance | path

Searched refs:UciStringSize (Results 1 – 2 of 2) sorted by path

/dports/games/polyglot/polyglot-1.4.70b/
H A Duci.c442 strncpy(uci->bestmove,argument,UciStringSize); in parse_bestmove()
443 uci->bestmove[UciStringSize-1]='\0'; in parse_bestmove()
H A Duci.h20 #define UciStringSize 4096 macro
54 char bestmove[UciStringSize];
70 char info[UciStringSize];