gen_legal_moves   119 src/book.cpp            gen_legal_moves(list,board);
gen_legal_moves    16 src/move_gen.h extern void gen_legal_moves (list_t * list, board_t * board);
gen_legal_moves   165 src/search.cpp    gen_legal_moves(SearchInput->list,SearchInput->board);