Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c167 static int max_num_matches = 0; // limit used for match search in do_tag() local
522 || (cur_match >= num_matches && max_num_matches != MAXCOL) in do_tag()
538 max_num_matches = MAXCOL; in do_tag()
540 max_num_matches = cur_match + 1; in do_tag()
562 max_num_matches, buf_ffname) == OK in do_tag()
563 && new_num_matches < max_num_matches) in do_tag()
564 max_num_matches = MAXCOL; // If less than max_num_matches in do_tag()
723 max_num_matches != MAXCOL ? _(" or more") : ""); in do_tag()
765 && (max_num_matches != MAXCOL in do_tag()