Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Ddict.pro15 dict_T *dict_copy(dict_T *orig, int deep, int copyID);
/vim-8.2.3635/src/
H A Ddict.c290 dict_copy(dict_T *orig, int deep, int copyID) in dict_copy() function
H A Dlist.c2909 d1 = dict_copy(d1, FALSE, get_copyID()); in extend()
H A Deval.c6001 to->vval.v_dict = dict_copy(from->vval.v_dict, deep, copyID); in item_copy()