Searched defs:argtypes (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | userfunc.c | 68 garray_T *argtypes, in one_function_arg() 180 garray_T *argtypes, // NULL unless using :def in get_function_args() 374 parse_argument_types(ufunc_T *fp, garray_T *argtypes, int varargs) in parse_argument_types() 1088 garray_T *argtypes, in lambda_function_body() 1288 garray_T argtypes; in get_lambda_tv() local 3869 garray_T argtypes; in define_function() local
|
| H A D | evalfunc.c | 939 ret_first_arg(int argcount, type_T **argtypes) in ret_first_arg() 946 ret_repeat(int argcount, type_T **argtypes) in ret_repeat() 956 ret_first_cont(int argcount, type_T **argtypes) in ret_first_cont() 1006 ret_remove(int argcount, type_T **argtypes) in ret_remove() 2481 internal_func_ret_type(int idx, int argcount, type_T **argtypes) in internal_func_ret_type() 4143 ret_f_function(int argcount, type_T **argtypes) in ret_f_function()
|
| H A D | vim9compile.c | 1828 type_T **argtypes = NULL; in generate_BCALL() local
|