send               85 src/option.cpp             send("option name %s type %s default %s %s",opt->var,opt->type,opt->val,opt->extra);
send               87 src/option.cpp             send("option name %s type %s default %s",opt->var,opt->type,opt->val);
send              147 src/protocol.cpp       send("readyok"); // no need to wait when searching (dixit SMK)
send              210 src/protocol.cpp       send("id name Fruit " VERSION);
send              211 src/protocol.cpp       send("id author Fabien Letouzey");
send              215 src/protocol.cpp       send("uciok");
send              546 src/protocol.cpp    send("info time %.0f nodes " S64_FORMAT " nps %.0f cpuload %.0f",time*1000.0,node_nb,speed,cpu*1000.0);
send              561 src/protocol.cpp       send("bestmove %s ponder %s",move_string,ponder_string);
send              563 src/protocol.cpp       send("bestmove %s",move_string);
send               17 src/protocol.h extern void send  (const char format[], ...);
send              202 src/search.cpp       if (DispDepthStart) send("info depth %d",depth);
send              218 src/search.cpp          send("info depth %d seldepth %d time %.0f nodes " S64_FORMAT " nps %.0f",depth,SearchCurrent->max_depth,SearchCurrent->time*1000.0,SearchCurrent->node_nb,SearchCurrent->speed);
send              312 src/search.cpp             send("info depth %d seldepth %d score cp %d time %.0f nodes " S64_FORMAT " pv %s",depth,max_depth,value,time*1000.0,node_nb,pv_string);
send              314 src/search.cpp             send("info depth %d seldepth %d score cp %d lowerbound time %.0f nodes " S64_FORMAT " pv %s",depth,max_depth,value,time*1000.0,node_nb,pv_string);
send              316 src/search.cpp             send("info depth %d seldepth %d score cp %d upperbound time %.0f nodes " S64_FORMAT " pv %s",depth,max_depth,value,time*1000.0,node_nb,pv_string);
send              325 src/search.cpp             send("info depth %d seldepth %d score mate %d time %.0f nodes " S64_FORMAT " pv %s",depth,max_depth,mate,time*1000.0,node_nb,pv_string);
send              327 src/search.cpp             send("info depth %d seldepth %d score mate %d lowerbound time %.0f nodes " S64_FORMAT " pv %s",depth,max_depth,mate,time*1000.0,node_nb,pv_string);
send              329 src/search.cpp             send("info depth %d seldepth %d score mate %d upperbound time %.0f nodes " S64_FORMAT " pv %s",depth,max_depth,mate,time*1000.0,node_nb,pv_string);
send              371 src/search.cpp          send("info currmove %s currmovenumber %d",move_string,move_pos+1);
send              446 src/search.cpp       send("info time %.0f nodes " S64_FORMAT " nps %.0f cpuload %.0f",time*1000.0,node_nb,speed,cpu*1000.0);
send              401 src/trans.cpp     send("info hashfull %.0f",full*1000.0);