Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4393 int nextMatch, in fuzzy_match_recursive() argument
4430 if (nextMatch >= maxMatches) in fuzzy_match_recursive()
4436 memcpy(matches, srcMatches, nextMatch * sizeof(srcMatches[0])); in fuzzy_match_recursive()
4449 nextMatch, recursionCount)) in fuzzy_match_recursive()
4462 matches[nextMatch++] = strIdx; in fuzzy_match_recursive()
4481 nextMatch); in fuzzy_match_recursive()
4489 return nextMatch; in fuzzy_match_recursive()
4492 return nextMatch; // "this" score is better than recursive in fuzzy_match_recursive()