Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c2269 dict_T *matchdict = NULL; in expand_by_function() local
2302 matchdict = rettv.vval.v_dict; in expand_by_function()
2326 else if (matchdict != NULL) in expand_by_function()
2327 ins_compl_add_dict(matchdict); in expand_by_function()
2333 if (matchdict != NULL) in expand_by_function()
2334 dict_unref(matchdict); in expand_by_function()