Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4390 int_u *srcMatches, in fuzzy_match_recursive() argument
4434 if (first_match && srcMatches) in fuzzy_match_recursive()
4436 memcpy(matches, srcMatches, nextMatch * sizeof(srcMatches[0])); in fuzzy_match_recursive()