Searched refs:sym_arr (Results 1 – 5 of 5) sorted by relevance
385 struct symbol **sym_arr; in search_conf() local424 sym_arr = sym_re_search(dialog_input); in search_conf()433 res = get_relations_str(sym_arr, &head); in search_conf()448 free(sym_arr); in search_conf()
102 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
991 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local1027 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search()1028 if (!sym_arr) in sym_re_search()1031 sym_arr[i] = sym_match_arr[i].sym; in sym_re_search()1032 sym_arr[cnt] = NULL; in sym_re_search()1039 return sym_arr; in sym_re_search()
742 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() argument748 for (i = 0; sym_arr && (sym = sym_arr[i]); i++) in get_relations_str()
701 struct symbol **sym_arr; in search_conf() local734 sym_arr = sym_re_search(dialog_input); in search_conf()743 res = get_relations_str(sym_arr, &head); in search_conf()756 free(sym_arr); in search_conf()