Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dmconf.c435 struct symbol **sym_arr; in search_conf() local
474 sym_arr = sym_re_search(dialog_input); in search_conf()
483 res = get_relations_str(sym_arr, &head); in search_conf()
498 free(sym_arr); in search_conf()
H A Dsymbol.c911 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local
947 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search()
948 if (!sym_arr) in sym_re_search()
951 sym_arr[i] = sym_match_arr[i].sym; in sym_re_search()
952 sym_arr[cnt] = NULL; in sym_re_search()
959 return sym_arr; in sym_re_search()
H A Dlkc.h105 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
H A Dnconf.c748 struct symbol **sym_arr; in search_conf() local
781 sym_arr = sym_re_search(dialog_input); in search_conf()
790 res = get_relations_str(sym_arr, &head); in search_conf()
803 free(sym_arr); in search_conf()
H A Dmenu.c840 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument
846 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()
/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c393 struct symbol **sym_arr; in search_conf() local
432 sym_arr = sym_re_search(dialog_input); in search_conf()
444 res = get_relations_str(sym_arr, &head); in search_conf()
460 free(sym_arr); in search_conf()
H A Dlkc_proto.h26 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
H A Dsymbol.c1042 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local
1078 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search()
1079 if (!sym_arr) in sym_re_search()
1082 sym_arr[i] = sym_match_arr[i].sym; in sym_re_search()
1083 sym_arr[cnt] = NULL; in sym_re_search()
1090 return sym_arr; in sym_re_search()
H A Dnconf.c693 struct symbol **sym_arr; in search_conf() local
725 sym_arr = sym_re_search(dialog_input); in search_conf()
726 res = get_relations_str(sym_arr, NULL); in search_conf()
727 free(sym_arr); in search_conf()
H A Dmenu.c846 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument
852 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()