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

/linux-master/scripts/kconfig/
H A Dlkc.h103 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
H A Dmconf.c384 struct symbol **sym_arr; local
423 sym_arr = sym_re_search(dialog_input);
432 res = get_relations_str(sym_arr, &head);
447 free(sym_arr);
H A Dsymbol.c915 struct symbol *sym, **sym_arr = NULL; local
951 sym_arr = malloc((cnt+1) * sizeof(struct symbol *));
952 if (!sym_arr)
955 sym_arr[i] = sym_match_arr[i].sym;
956 sym_arr[cnt] = NULL;
963 return sym_arr;
H A Dnconf.c698 struct symbol **sym_arr; local
731 sym_arr = sym_re_search(dialog_input);
740 res = get_relations_str(sym_arr, &head);
753 free(sym_arr);
H A Dmenu.c829 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) argument
835 for (i = 0; sym_arr && (sym = sym_arr[i]); i++)

Completed in 241 milliseconds