Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c898 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local
915 void *tmp = sym_arr; in sym_re_search()
917 sym_arr = realloc(sym_arr, size * sizeof(struct symbol *)); in sym_re_search()
918 if (!sym_arr) { in sym_re_search()
924 sym_arr[cnt++] = sym; in sym_re_search()
926 if (sym_arr) in sym_re_search()
927 sym_arr[cnt] = NULL; in sym_re_search()
930 return sym_arr; in sym_re_search()
H A Dmconf.c306 struct symbol **sym_arr; in search_conf() local
331 sym_arr = sym_re_search(dialog_input); in search_conf()
332 res = get_relations_str(sym_arr); in search_conf()
333 free(sym_arr); in search_conf()
H A Dnconf.c696 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()
H A 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()
H A Dlkc_proto.h25 P(get_relations_str, struct gstr, (struct symbol **sym_arr));