Searched refs:TAG_MANY (Results 1 – 5 of 5) sorted by relevance
1647 int findall = (mincount == MAXCOL || mincount == TAG_MANY); in find_tags()1916 if (mincount == TAG_MANY && match_count >= TAG_MANY) in find_tags()3898 TAG_MANY, curbuf->b_ffname); in expand_tags()3902 TAG_MANY, curbuf->b_ffname); in expand_tags()
572 while (*num_matches > TAG_MANY) in find_help_tags()
1172 #define TAG_MANY 300 // When finding many tags (for completion), macro
2982 TAG_MANY, curbuf->b_ffname) == OK && num_matches > 0) in ins_compl_get_exp()
6938 Restrict to TAG_MANY to avoid this taking too long. (Ian Kelling)7126 Solution: Get all tags and throw away more than TAG_MANY after sorting.