Home
last modified time | relevance | path

Searched full:sym_arr (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/kconfig/
H A Dsymbol.c1025 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local
1061 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search()
1062 if (!sym_arr) in sym_re_search()
1065 sym_arr[i] = sym_match_arr[i].sym; in sym_re_search()
1066 sym_arr[cnt] = NULL; in sym_re_search()
1073 return sym_arr; in sym_re_search()
H A Dlkc.h103 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
H A Dmconf.c386 struct symbol **sym_arr; in search_conf() local
425 sym_arr = sym_re_search(dialog_input); in search_conf()
434 res = get_relations_str(sym_arr, &head); in search_conf()
449 free(sym_arr); in search_conf()
H A Dmenu.c763 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument
769 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()
H A Dnconf.c702 struct symbol **sym_arr; in search_conf() local
735 sym_arr = sym_re_search(dialog_input); in search_conf()
744 res = get_relations_str(sym_arr, &head); in search_conf()
757 free(sym_arr); in search_conf()