Searched refs:get_copyID (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9type.c | 439 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 D | list.c | 1025 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 D | strings.c | 1107 get_copyID()); in f_string() 1737 s = (char *)echo_string(&tvs[idx], tofree, numbuf, get_copyID()); in tv_str()
|
| H A D | vim9script.c | 901 *type = typval2type(tv, get_copyID(), &si->sn_type_list, do_member); in update_vim9_script_var()
|
| H A D | eval.c | 3310 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 D | json.c | 33 if (json_encode_item(gap, val, get_copyID(), options) == FAIL) in json_encode_gap()
|
| H A D | viminfo.c | 1344 int copyID = get_copyID(); in write_viminfo_varlist() 1358 int copyID = get_copyID(); in write_viminfo_varlist()
|
| H A D | if_py_both.h | 3285 get_copyID())); in FunctionRepr() 3297 ga_concat(&repr_ga, tv2string(&tv, &tofree, numbuf, get_copyID())); in FunctionRepr()
|
| H A D | evalvars.c | 3131 s = echo_string(&v->di_tv, &tofree, numbuf, get_copyID()); in list_one_var()
|
| H A D | evalfunc.c | 3157 copyID = get_copyID(); in f_deepcopy()
|
| /vim-8.2.3635/src/proto/ |
| H A D | eval.pro | 49 int get_copyID(void);
|