Searched refs:sym_arr (Results 1 – 5 of 5) sorted by relevance
898 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local915 void *tmp = sym_arr; in sym_re_search()917 sym_arr = realloc(sym_arr, size * sizeof(struct symbol *)); in sym_re_search()918 if (!sym_arr) { in sym_re_search()924 sym_arr[cnt++] = sym; in sym_re_search()926 if (sym_arr) in sym_re_search()927 sym_arr[cnt] = NULL; in sym_re_search()930 return sym_arr; in sym_re_search()
306 struct symbol **sym_arr; in search_conf() local331 sym_arr = sym_re_search(dialog_input); in search_conf()332 res = get_relations_str(sym_arr); in search_conf()333 free(sym_arr); in search_conf()
696 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()
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()
25 P(get_relations_str, struct gstr, (struct symbol **sym_arr));