sym_arr 26 scripts/kconfig/lkc_proto.h struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head); sym_arr 392 scripts/kconfig/mconf.c struct symbol **sym_arr; sym_arr 431 scripts/kconfig/mconf.c sym_arr = sym_re_search(dialog_input); sym_arr 443 scripts/kconfig/mconf.c res = get_relations_str(sym_arr, &head); sym_arr 459 scripts/kconfig/mconf.c free(sym_arr); sym_arr 840 scripts/kconfig/menu.c struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) sym_arr 846 scripts/kconfig/menu.c for (i = 0; sym_arr && (sym = sym_arr[i]); i++) sym_arr 693 scripts/kconfig/nconf.c struct symbol **sym_arr; sym_arr 725 scripts/kconfig/nconf.c sym_arr = sym_re_search(dialog_input); sym_arr 726 scripts/kconfig/nconf.c res = get_relations_str(sym_arr, NULL); sym_arr 727 scripts/kconfig/nconf.c free(sym_arr); sym_arr 950 scripts/kconfig/symbol.c struct symbol *sym, **sym_arr = NULL; sym_arr 986 scripts/kconfig/symbol.c sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); sym_arr 987 scripts/kconfig/symbol.c if (!sym_arr) sym_arr 990 scripts/kconfig/symbol.c sym_arr[i] = sym_match_arr[i].sym; sym_arr 991 scripts/kconfig/symbol.c sym_arr[cnt] = NULL; sym_arr 998 scripts/kconfig/symbol.c return sym_arr;