Home
last modified time | relevance | path

Searched refs:get_copyID (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9type.c439 return typval2type(tv, get_copyID(), type_gap, TRUE); in typval2type_vimvar()
478 actual_type = typval2type(actual_tv, get_copyID(), &type_list, TRUE); in check_typval_type()
1277 type = typval2type(argvars, get_copyID(), &type_list, TRUE); in f_typename()
H A Dlist.c1025 l = list_copy(l, TRUE, get_copyID()); in flatten_common()
2295 type = typval2type(argvars, get_copyID(), &type_list, TRUE); in filter_map()
2829 type = typval2type(argvars, get_copyID(), &type_list, TRUE); in extend()
2851 l1 = list_copy(l1, FALSE, get_copyID()); in extend()
2909 d1 = dict_copy(d1, FALSE, get_copyID()); in extend()
H A Dstrings.c1107 get_copyID()); in f_string()
1737 s = (char *)echo_string(&tvs[idx], tofree, numbuf, get_copyID()); in tv_str()
H A Dvim9script.c901 *type = typval2type(tv, get_copyID(), &si->sn_type_list, do_member); in update_vim9_script_var()
H A Deval.c3310 type_T *actual = typval2type(rettv, get_copyID(), &type_list, TRUE); in eval7t()
4377 get_copyID(void) in get_copyID() function
4452 copyID = get_copyID(); in garbage_collect()
6020 char_u *p = echo_string(rettv, &tofree, numbuf, get_copyID()); in echo_one()
H A Djson.c33 if (json_encode_item(gap, val, get_copyID(), options) == FAIL) in json_encode_gap()
H A Dviminfo.c1344 int copyID = get_copyID(); in write_viminfo_varlist()
1358 int copyID = get_copyID(); in write_viminfo_varlist()
H A Dif_py_both.h3285 get_copyID())); in FunctionRepr()
3297 ga_concat(&repr_ga, tv2string(&tv, &tofree, numbuf, get_copyID())); in FunctionRepr()
H A Devalvars.c3131 s = echo_string(&v->di_tv, &tofree, numbuf, get_copyID()); in list_one_var()
H A Devalfunc.c3157 copyID = get_copyID(); in f_deepcopy()
/vim-8.2.3635/src/proto/
H A Deval.pro49 int get_copyID(void);