Home
last modified time | relevance | path

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

/scripts/kconfig/
Dsymbol.c948 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local
965 void *tmp = sym_arr; in sym_re_search()
967 sym_arr = realloc(sym_arr, size * sizeof(struct symbol *)); in sym_re_search()
968 if (!sym_arr) { in sym_re_search()
974 sym_arr[cnt++] = sym; in sym_re_search()
976 if (sym_arr) in sym_re_search()
977 sym_arr[cnt] = NULL; in sym_re_search()
980 return sym_arr; in sym_re_search()
Dmconf.c307 struct symbol **sym_arr; in search_conf() local
332 sym_arr = sym_re_search(dialog_input); in search_conf()
333 res = get_relations_str(sym_arr); in search_conf()
334 free(sym_arr); in search_conf()
Dlkc_proto.h25 P(get_relations_str, struct gstr, (struct symbol **sym_arr));
Dmenu.c580 struct gstr get_relations_str(struct symbol **sym_arr) in get_relations_str() argument
586 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()
Dnconf.c697 struct symbol **sym_arr; in search_conf() local
723 sym_arr = sym_re_search(dialog_input); in search_conf()
724 res = get_relations_str(sym_arr); in search_conf()
725 free(sym_arr); in search_conf()