Lines Matching defs:argcount
902 ret_job_info(int argcount, type_T **argtypes UNUSED) in ret_job_info()
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()
975 ret_list_or_dict_0(int argcount, type_T **argtypes UNUSED) in ret_list_or_dict_0()
987 ret_list_or_dict_1(int argcount, type_T **argtypes UNUSED) in ret_list_or_dict_1()
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()
1029 ret_maparg(int argcount, type_T **argtypes UNUSED) in ret_maparg()
2438 int argcount, in internal_func_check_arg_types()
2468 internal_func_get_argcount(int idx, int *argcount, int *min_argcount) in internal_func_get_argcount()
2481 internal_func_ret_type(int idx, int argcount, type_T **argtypes) in internal_func_ret_type()
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()
4143 ret_f_function(int argcount, type_T **argtypes) in ret_f_function()