Searched refs:sym_arr (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | mconf.c | 435 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 D | symbol.c | 909 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local 945 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search() 946 if (!sym_arr) in sym_re_search() 949 sym_arr[i] = sym_match_arr[i].sym; in sym_re_search() 950 sym_arr[cnt] = NULL; in sym_re_search() 957 return sym_arr; in sym_re_search()
|
H A D | lkc.h | 105 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
|
H A D | nconf.c | 748 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 D | menu.c | 840 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()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | mconf.c | 393 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 D | symbol.c | 953 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local 989 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search() 990 if (!sym_arr) in sym_re_search() 993 sym_arr[i] = sym_match_arr[i].sym; in sym_re_search() 994 sym_arr[cnt] = NULL; in sym_re_search() 1001 return sym_arr; in sym_re_search()
|
H A D | nconf.c | 694 struct symbol **sym_arr; in search_conf() local 726 sym_arr = sym_re_search(dialog_input); in search_conf() 727 res = get_relations_str(sym_arr, NULL); in search_conf() 728 free(sym_arr); in search_conf()
|
H A D | lkc.h | 122 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
|
H A D | menu.c | 872 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument 878 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()
|
Completed in 15 milliseconds