Searched refs:list_append_tv (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/vim-53/src/proto/
H A Deval.pro50 int list_append_tv __ARGS((list_T *l, typval_T *tv));
/macosx-10.9.5/vim-53/src/
H A Dif_mzsch.c2825 status = list_append_tv(list, v);
2841 status = list_append_tv(list, v);
2853 status = list_append_tv(list, v);
H A Deval.c1972 list_append_tv(l, &item->li_tv);
5367 if (list_append_tv(l, &item->li_tv) == FAIL)
6221 list_append_tv(l, tv) function
8501 && list_append_tv(l, &argvars[1]) == OK)

Completed in 331 milliseconds