Searched refs:funcexe_T (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | userfunc.pro | 9 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 D | userfunc.c | 1682 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 D | eval.c | 251 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 D | list.c | 1917 funcexe_T funcexe; in item_compare2() 3182 funcexe_T funcexe; in f_reduce()
|
| H A D | regexp.c | 2034 funcexe_T funcexe; in vim_regsub_both()
|
| H A D | structs.h | 2001 } funcexe_T; typedef
|
| H A D | vim9execute.c | 841 funcexe_T funcexe; in call_ufunc()
|
| H A D | terminal.c | 4277 funcexe_T funcexe; in handle_call_command()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 37132 Solution: Pass values in a funcexe_T struct. 37139 Solution: Always define funcexe_T.
|