Home
last modified time | relevance | path

Searched refs:restore_copyID (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dlist.pro44 char_u *list2string(typval_T *tv, int copyID, int restore_copyID);
45 int list_join(garray_T *gap, list_T *l, char_u *sep, int echo_style, int restore_copyID, int copyID…
H A Ddict.pro36 char_u *dict2string(typval_T *tv, int copyID, int restore_copyID);
H A Deval.pro56 …tv, char_u **tofree, char_u *numbuf, int copyID, int echo_style, int restore_copyID, int composite…
/vim-8.2.3635/src/
H A Dlist.c1302 list2string(typval_T *tv, int copyID, int restore_copyID) in list2string() argument
1312 FALSE, restore_copyID, copyID) == FAIL) in list2string()
1333 int restore_copyID, in list_join_inner() argument
1352 echo_style, restore_copyID, !echo_style); in list_join_inner()
1411 int restore_copyID, in list_join() argument
1422 retval = list_join_inner(gap, l, sep, echo_style, restore_copyID, in list_join()
H A Ddict.c748 dict2string(typval_T *tv, int copyID, int restore_copyID) in dict2string() argument
784 FALSE, restore_copyID, TRUE); in dict2string()
H A Deval.c4939 int restore_copyID, in echo_string_core() argument
5058 *tofree = list2string(tv, copyID, restore_copyID); in echo_string_core()
5059 if (restore_copyID) in echo_string_core()
5083 *tofree = dict2string(tv, copyID, restore_copyID); in echo_string_core()
5084 if (restore_copyID) in echo_string_core()