Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dsearch.pro39 int fuzzy_match(char_u *str, char_u *pat_arg, int matchseq, int *outScore, int_u *matches, int maxM…
/vim-8.2.3635/src/
H A Dsearch.c4513 fuzzy_match( in fuzzy_match() function
4680 && fuzzy_match(itemstr, str, matchseq, &score, matches, in fuzzy_match_in_list()
H A Dquickfix.c5994 while (fuzzy_match(str + col, spat, FALSE, &score, matches, sz) > 0) in vgr_match_buflines()