Home
last modified time | relevance | path

Searched refs:functype (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9type.c235 type_T *functype, in func_type_add_arg_types() argument
243 functype->tt_args = ALLOC_CLEAR_MULT(type_T *, argcount); in func_type_add_arg_types()
244 if (functype->tt_args == NULL) in func_type_add_arg_types()
247 (void *)functype->tt_args; in func_type_add_arg_types()
/vim-8.2.3635/src/proto/
H A Dvim9type.pro9 int func_type_add_arg_types(type_T *functype, int argcount, garray_T *type_gap);