Home
last modified time | relevance | path

Searched refs:new_matches (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c158 char_u **new_matches; in do_tag() local
561 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()