Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c157 int new_num_matches; in do_tag() local
561 if (find_tags(name, &new_num_matches, &new_matches, flags, in do_tag()
563 && new_num_matches < max_num_matches) in do_tag()
581 for (i = idx; i < new_num_matches; ++i) in do_tag()
596 num_matches = new_num_matches; in do_tag()