Searched refs:bestRecursiveMatches (Results 1 – 1 of 1) sorted by relevance
4398 int_u bestRecursiveMatches[MAX_FUZZY_MATCHES]; in fuzzy_match_recursive() local4454 memcpy(bestRecursiveMatches, recursiveMatches, in fuzzy_match_recursive()4487 memcpy(matches, bestRecursiveMatches, maxMatches * sizeof(matches[0])); in fuzzy_match_recursive()