Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4299 int numMatches) in fuzzy_match_compute_score() argument
4318 unmatched = strSz - numMatches; in fuzzy_match_compute_score()
4322 for (i = 0; i < numMatches; ++i) in fuzzy_match_compute_score()
4528 int numMatches = 0; in fuzzy_match() local
4566 matches + numMatches, maxMatches - numMatches, in fuzzy_match()
4570 numMatches = 0; in fuzzy_match()
4576 numMatches += matchCount; in fuzzy_match()
4586 return numMatches != 0; in fuzzy_match()