Searched refs:sym_arr (Results 1 – 7 of 7) sorted by relevance
385 static struct gstr get_relations_str(struct symbol **sym_arr) in get_relations_str() argument391 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()400 struct symbol **sym_arr; in search_conf() local418 sym_arr = sym_re_search(dialog_input_result); in search_conf()419 res = get_relations_str(sym_arr); in search_conf()420 free(sym_arr); in search_conf()
723 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local740 void *tmp = sym_arr; in sym_re_search()742 sym_arr = realloc(sym_arr, size * sizeof(struct symbol *)); in sym_re_search()743 if (!sym_arr) { in sym_re_search()748 sym_arr[cnt++] = sym; in sym_re_search()750 if (sym_arr) in sym_re_search()751 sym_arr[cnt] = NULL; in sym_re_search()754 return sym_arr; in sym_re_search()
393 struct symbol **sym_arr; in search_conf() local432 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()
1042 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local1078 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()
26 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
693 struct symbol **sym_arr; in search_conf() local725 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()
846 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument852 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()