Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4425 int_u recursiveMatches[MAX_FUZZY_MATCHES]; in fuzzy_match_recursive() local
4447 recursiveMatches, in fuzzy_match_recursive()
4448 ARRAY_LENGTH(recursiveMatches), in fuzzy_match_recursive()
4454 memcpy(bestRecursiveMatches, recursiveMatches, in fuzzy_match_recursive()
4455 MAX_FUZZY_MATCHES * sizeof(recursiveMatches[0])); in fuzzy_match_recursive()