Searched refs:list_copy (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/runtime/syntax/ |
| H A D | hostconf.vim | 51 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 D | list.pro | 42 list_T *list_copy(list_T *orig, int deep, int copyID);
|
| /vim-8.2.3635/src/ |
| H A D | list.c | 1025 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 D | eval.c | 5982 to->vval.v_list = list_copy(from->vval.v_list, deep, copyID); in item_copy()
|