Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dsearch.pro39 int fuzzy_match(char_u *str, char_u *pat_arg, int matchseq, int *outScore, int_u *matches, int maxM…
/vim-8.2.3635/src/
H A Dsearch.c4387 int *outScore, in fuzzy_match_recursive() argument
4480 *outScore = fuzzy_match_compute_score(strBegin, strLen, matches, in fuzzy_match_recursive()
4484 if (recursiveMatch && (!matched || bestRecursiveScore > *outScore)) in fuzzy_match_recursive()
4488 *outScore = bestRecursiveScore; in fuzzy_match_recursive()
4517 int *outScore, in fuzzy_match() argument
4531 *outScore = 0; in fuzzy_match()
4575 *outScore += score; in fuzzy_match()