search_full_root  210 src/search.cpp          search_full_root(SearchRoot->list,SearchCurrent->board,depth,SearchShort);
search_full_root  212 src/search.cpp          search_full_root(SearchRoot->list,SearchCurrent->board,depth,SearchNormal);
search_full_root   15 src/search_full.h extern int  search_full_root (list_t * list, board_t * board, int depth, int search_type);