full_new_depth    102 src/search_full.cpp static int  full_new_depth       (int depth, int move, board_t * board, bool single_reply, bool in_pv);
full_new_depth    274 src/search_full.cpp       new_depth = full_new_depth(depth,move,board,board_is_check(board)&&LIST_SIZE(list)==1,true);
full_new_depth    556 src/search_full.cpp       new_depth = full_new_depth(depth,move,board,single_reply,node_type==NodePV);
full_new_depth    753 src/search_full.cpp       new_depth = full_new_depth(depth,move,board,false,false);