| /vim-8.2.3635/src/ |
| H A D | vim9type.c | 167 alloc_func_type(type_T *ret_type, int argcount, garray_T *type_gap) in alloc_func_type() 186 get_func_type(type_T *ret_type, int argcount, garray_T *type_gap) in get_func_type() 236 int argcount, in func_type_add_arg_types() 262 int argcount = 0; in typval2type_int() local 611 int argcount, in check_argument_types() 821 int argcount = -1; in parse_type() local 1074 int argcount = type1->tt_argcount; in common_type() local
|
| H A D | vim9execute.c | 259 int argcount = argcount_arg; in call_dfunc() local 483 int argcount; in handle_closure_in_use() local 660 int argcount = ufunc_argcount(dfunc->df_ufunc); in func_return() local 761 call_prepare(int argcount, typval_T *argvars, ectx_T *ectx) in call_prepare() 795 call_bfunc(int func_idx, int argcount, ectx_T *ectx) in call_bfunc() 835 int argcount, in call_ufunc() 936 int argcount, in call_by_name() 1003 int argcount = argcount_arg; in call_partial() local 1396 int argcount, in call_eval_func()
|
| 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() 995 ret_argv(int argcount, type_T **argtypes UNUSED) in ret_argv() 1006 ret_remove(int argcount, type_T **argtypes) in ret_remove() 1020 ret_getreg(int argcount, type_T **argtypes UNUSED) in ret_getreg() 2438 int argcount, in internal_func_check_arg_types() 2502 check_internal_func(int idx, int argcount) in check_internal_func() 2525 int argcount, in call_internal_func() 2558 int argcount, in call_internal_method() [all …]
|
| H A D | arglist.c | 1328 get_arglist_as_rettv(aentry_T *arglist, int argcount, typval_T *rettv) in get_arglist_as_rettv() 1346 int argcount = -1; in f_argv() local
|
| H A D | userfunc.c | 1687 int argcount = 0; // number of arguments found in get_func_tv() local 2433 int argcount, // nr of args in call_user_func() 2843 check_user_func_argcount(ufunc_T *fp, int argcount) in check_user_func_argcount() 2860 int argcount, in call_user_func_check() 3155 int argcount, // number of "argvars" in call_callback() 3232 int argcount = argcount_in; in call_func() local
|
| H A D | vim9compile.c | 1823 generate_BCALL(cctx_T *cctx, int func_idx, int argcount, int method_call) in generate_BCALL() 1983 int argcount = pushed_argcount; in generate_CALL() local 2076 generate_UCALL(cctx_T *cctx, char_u *name, int argcount) in generate_UCALL() 2104 int argcount, in generate_PCALL() 3343 compile_arguments(char_u **arg, cctx_T *cctx, int *argcount, int is_searchpair) in compile_arguments() 3420 int argcount = argcount_init; in compile_call() local 4356 int argcount = 0; in compile_subscript() local 4396 int argcount = 1; in compile_subscript() local 10305 int argcount = ufunc->uf_args.ga_len; in set_function_type() local
|
| H A D | evalbuffer.c | 808 ret_f_getline(int argcount, type_T **argtypes UNUSED) in ret_f_getline()
|
| H A D | regexp.c | 1831 fill_submatch_list(int argc UNUSED, typval_T *argv, int argskip, int argcount) in fill_submatch_list()
|
| H A D | if_lua.c | 2740 int argcount, in luaV_call_lua_func()
|
| H A D | terminal.c | 4458 int argcount, in parse_csi()
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | pen.c | 92 static int lookup_colour(const VTermState *state, int palette, const long args[], int argcount, VTe… in lookup_colour() 291 INTERNAL void vterm_state_setpen(VTermState *state, const long args[], int argcount) in vterm_state_setpen()
|
| H A D | state.c | 951 static int on_csi(const char *leader, const long args[], int argcount, const char *intermed, char c… in on_csi()
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | harness.c | 145 static int parser_csi(const char *leader, const long args[], int argcount, const char *intermed, ch… in parser_csi()
|