Searched refs:list_extend (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | list.pro | 38 int list_extend(list_T *l1, list_T *l2, listitem_T *bef);
|
| /vim-8.2.3635/src/ |
| H A D | list.c | 954 if (list_extend(list, item->li_tv.vval.v_list, next) == FAIL) in list_flatten() 1071 list_extend(list_T *l1, list_T *l2, listitem_T *bef) in list_extend() function 1122 return list_extend(l, l2, NULL); in list_concat() 2879 list_extend(l1, l2, item); in extend()
|
| H A D | eval.c | 1504 list_extend(tv1->vval.v_list, tv2->vval.v_list, NULL); in tv_op()
|
| H A D | vim9execute.c | 3759 list_extend(tv1->vval.v_list, tv2->vval.v_list, in exec_instructions()
|
| H A D | evalfunc.c | 7920 if (list_extend(rettv->vval.v_list, in f_repeat()
|