move_from_string   66 src/move.h     extern int  move_from_string      (const char string[], const board_t * board);
move_from_string  482 src/protocol.cpp          move = move_from_string(move_string,SearchInput->board);