Searched refs:sym_arr (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/scripts/kconfig/
H A Dsymbol.c994 struct symbol *sym, **sym_arr = NULL; sym_re_search() local
1030 sym_arr = malloc((cnt+1) * sizeof(struct symbol));
1031 if (!sym_arr)
1034 sym_arr[i] = sym_match_arr[i].sym;
1035 sym_arr[cnt] = NULL;
1042 return sym_arr;
H A Dmenu.c670 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) get_relations_str() argument
676 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) get_relations_str()
H A Dmconf.c393 struct symbol **sym_arr; search_conf() local
432 sym_arr = sym_re_search(dialog_input); search_conf()
444 res = get_relations_str(sym_arr, &head); search_conf()
460 free(sym_arr); search_conf()
H A Dnconf.c691 struct symbol **sym_arr; search_conf() local
723 sym_arr = sym_re_search(dialog_input); search_conf()
724 res = get_relations_str(sym_arr, NULL); search_conf()
725 free(sym_arr); search_conf()

Completed in 138 milliseconds