full_no_null       98 src/search_full.cpp static int  full_no_null         (board_t * board, int alpha, int beta, int depth, int height, mv_t pv[], int node_type, int trans_move, int * best_move);
full_no_null      499 src/search_full.cpp                value = full_no_null(board,alpha,beta,new_depth,height,new_pv,NodeCut,trans_move,&move);