Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c4263 list_T *lmatchpos; member
4690 ptrs[i].lmatchpos = list_alloc(); in fuzzy_match_in_list()
4691 if (ptrs[i].lmatchpos == NULL) in fuzzy_match_in_list()
4699 if (list_append_number(ptrs[i].lmatchpos, in fuzzy_match_in_list()
4762 if (ptrs[i].lmatchpos != NULL && in fuzzy_match_in_list()
4763 list_append_list(l, ptrs[i].lmatchpos) == FAIL) in fuzzy_match_in_list()