Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/syntax/
H A Dhostconf.vim51 let list_copy = copy(a:list)
52 let removed = list_copy[i]
53 call remove(list_copy, i)
54 call add(sub_permutations, [removed, s:permute_suffixes(list_copy)])
/vim-8.2.3635/src/proto/
H A Dlist.pro42 list_T *list_copy(list_T *orig, int deep, int copyID);
/vim-8.2.3635/src/
H A Dlist.c1025 l = list_copy(l, TRUE, get_copyID()); in flatten_common()
1112 l = list_copy(l1, FALSE, 0); in list_concat()
1214 list_copy(list_T *orig, int deep, int copyID) in list_copy() function
2851 l1 = list_copy(l1, FALSE, get_copyID()); in extend()
H A Deval.c5982 to->vval.v_list = list_copy(from->vval.v_list, deep, copyID); in item_copy()