Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4644 char_u *itemstr; in fuzzy_match_in_list() local
4650 itemstr = NULL; in fuzzy_match_in_list()
4653 itemstr = li->li_tv.vval.v_string; in fuzzy_match_in_list()
4660 itemstr = dict_get_string(li->li_tv.vval.v_dict, key, FALSE); in fuzzy_match_in_list()
4673 itemstr = rettv.vval.v_string; in fuzzy_match_in_list()
4679 if (itemstr != NULL in fuzzy_match_in_list()
4680 && fuzzy_match(itemstr, str, matchseq, &score, matches, in fuzzy_match_in_list()