Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h1509 list_T *lv_copylist; // copied list used by deepcopy() member
H A Dlist.c1232 orig->lv_copylist = copy; in list_copy()
H A Deval.c5978 to->vval.v_list = from->vval.v_list->lv_copylist; in item_copy()