Home
last modified time | relevance | path

Searched refs:func_call (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Duserfunc.pro28 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 Dif_lua.c1367 status = func_call(f->name, &args, NULL, f->self, &rettv); in luaV_funcref_call()
H A Dchannel.c2564 if (func_call(arg, &argv[2], NULL, NULL, &res_tv) == OK) in channel_exe_cmd()
H A Duserfunc.c3093 func_call( in func_call() function
H A Dif_py_both.h3236 error = func_call(name, &args, pt_ptr, selfdict, &rettv); in FunctionCall()
H A Devalfunc.c2821 (void)func_call(func, &argvars[1], partial, selfdict, rettv); in f_call()