Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4622 int retmatchpos, in fuzzy_match_in_list() argument
4685 if (retmatchpos) in fuzzy_match_in_list()
4732 if (retmatchpos) in fuzzy_match_in_list()
4751 if (retmatchpos) in fuzzy_match_in_list()
4791 do_fuzzymatch(typval_T *argvars, typval_T *rettv, int retmatchpos) in do_fuzzymatch() argument
4809 semsg(_(e_listarg), retmatchpos ? "matchfuzzypos()" : "matchfuzzy()"); in do_fuzzymatch()
4861 if (retmatchpos) in do_fuzzymatch()
4887 matchseq, key, &cb, retmatchpos, rettv->vval.v_list); in do_fuzzymatch()