Searched refs:func_call (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | userfunc.pro | 28 int func_call(char_u *name, typval_T *args, partial_T *partial, dict_T *selfdict, typval_T *rettv);
|
| /vim-8.2.3635/src/ |
| H A D | if_lua.c | 1367 status = func_call(f->name, &args, NULL, f->self, &rettv); in luaV_funcref_call()
|
| H A D | channel.c | 2564 if (func_call(arg, &argv[2], NULL, NULL, &res_tv) == OK) in channel_exe_cmd()
|
| H A D | userfunc.c | 3093 func_call( in func_call() function
|
| H A D | if_py_both.h | 3236 error = func_call(name, &args, pt_ptr, selfdict, &rettv); in FunctionCall()
|
| H A D | evalfunc.c | 2821 (void)func_call(func, &argvars[1], partial, selfdict, rettv); in f_call()
|