Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9type.pro3 type_T *alloc_type(type_T *type);
/vim-8.2.3635/src/
H A Dvim9type.c56 alloc_type(type_T *type) in alloc_type() function
71 ret->tt_member = alloc_type(ret->tt_member); in alloc_type()
79 ret->tt_args[i] = alloc_type(type->tt_args[i]); in alloc_type()
H A Devalvars.c2688 tv->vval.v_dict->dv_type = alloc_type(type); in eval_variable()
2697 tv->vval.v_list->lv_type = alloc_type(type); in eval_variable()
3477 dest_tv->vval.v_dict->dv_type = alloc_type(type); in set_var_const()
3485 dest_tv->vval.v_list->lv_type = alloc_type(type); in set_var_const()
H A Dvim9execute.c4285 tv->vval.v_dict->dv_type = alloc_type(ct->ct_type); in exec_instructions()
4290 tv->vval.v_list->lv_type = alloc_type(ct->ct_type); in exec_instructions()
H A Dlist.c1226 copy->lv_type = alloc_type(orig->lv_type); in list_copy()
H A Dvim9compile.c997 isn->isn_arg.type.ct_type = alloc_type(expected); in generate_TYPECHECK()
1017 isn->isn_arg.type.ct_type = alloc_type(expected); in generate_SETTYPE()