Searched refs:new_matches (Results 1 – 1 of 1) sorted by relevance
158 char_u **new_matches; in do_tag() local561 if (find_tags(name, &new_num_matches, &new_matches, flags, in do_tag()583 parse_match(new_matches[i], &tagp2); in do_tag()586 char_u *p = new_matches[i]; in do_tag()588 new_matches[k] = new_matches[k - 1]; in do_tag()589 new_matches[idx++] = p; in do_tag()597 matches = new_matches; in do_tag()