Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4398 int_u bestRecursiveMatches[MAX_FUZZY_MATCHES]; in fuzzy_match_recursive() local
4454 memcpy(bestRecursiveMatches, recursiveMatches, in fuzzy_match_recursive()
4487 memcpy(matches, bestRecursiveMatches, maxMatches * sizeof(matches[0])); in fuzzy_match_recursive()