Searched refs:fuzzy_match_recursive (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | search.c | 4383 fuzzy_match_recursive( in fuzzy_match_recursive() function 4445 if (fuzzy_match_recursive(fuzpat, next_char, strIdx + 1, in fuzzy_match_recursive() 4565 matchCount = fuzzy_match_recursive(pat, str, 0, &score, str, len, NULL, in fuzzy_match()
|