Searched refs:maxMatches (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 39 …y_match(char_u *str, char_u *pat_arg, int matchseq, int *outScore, int_u *matches, int maxMatches);
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 4392 int maxMatches, in fuzzy_match_recursive() argument 4430 if (nextMatch >= maxMatches) in fuzzy_match_recursive() 4487 memcpy(matches, bestRecursiveMatches, maxMatches * sizeof(matches[0])); in fuzzy_match_recursive() 4519 int maxMatches) in fuzzy_match() argument 4566 matches + numMatches, maxMatches - numMatches, in fuzzy_match()
|