Searched refs:sym_arr (Results 1 – 5 of 5) sorted by relevance
948 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local965 void *tmp = sym_arr; in sym_re_search()967 sym_arr = realloc(sym_arr, size * sizeof(struct symbol *)); in sym_re_search()968 if (!sym_arr) { in sym_re_search()974 sym_arr[cnt++] = sym; in sym_re_search()976 if (sym_arr) in sym_re_search()977 sym_arr[cnt] = NULL; in sym_re_search()980 return sym_arr; in sym_re_search()
307 struct symbol **sym_arr; in search_conf() local332 sym_arr = sym_re_search(dialog_input); in search_conf()333 res = get_relations_str(sym_arr); in search_conf()334 free(sym_arr); in search_conf()
25 P(get_relations_str, struct gstr, (struct symbol **sym_arr));
580 struct gstr get_relations_str(struct symbol **sym_arr) in get_relations_str() argument586 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()
697 struct symbol **sym_arr; in search_conf() local723 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()