Home
last modified time | relevance | path

Searched refs:funcexe_T (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/proto/
H A Duserfunc.pro9 int get_func_tv(char_u *name, int len, typval_T *rettv, char_u **arg, evalarg_T *evalarg, funcexe_T
21 int call_user_func_check(ufunc_T *fp, int argcount, typval_T *argvars, typval_T *rettv, funcexe_T *…
32 …_u *funcname, int len, typval_T *rettv, int argcount_in, typval_T *argvars_in, funcexe_T *funcexe);
/vim-8.2.3635/src/
H A Duserfunc.c1682 funcexe_T *funcexe) // various values in get_func_tv()
2436 funcexe_T *funcexe, // context in call_user_func()
2863 funcexe_T *funcexe, in call_user_func_check()
3121 funcexe_T funcexe; in func_call()
3159 funcexe_T funcexe; in call_callback()
3222 funcexe_T *funcexe) // more arguments in call_func()
5004 funcexe_T funcexe; in ex_call()
H A Deval.c251 funcexe_T funcexe; in eval_expr_typval()
643 funcexe_T funcexe; in call_vim_function()
2007 funcexe_T funcexe; in eval_func()
3774 funcexe_T funcexe; in call_func_rettv()
H A Dlist.c1917 funcexe_T funcexe; in item_compare2()
3182 funcexe_T funcexe; in f_reduce()
H A Dregexp.c2034 funcexe_T funcexe; in vim_regsub_both()
H A Dstructs.h2001 } funcexe_T; typedef
H A Dvim9execute.c841 funcexe_T funcexe; in call_ufunc()
H A Dterminal.c4277 funcexe_T funcexe; in handle_call_command()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt37132 Solution: Pass values in a funcexe_T struct.
37139 Solution: Always define funcexe_T.