Searched refs:get_func_tv (Results 1 – 4 of 4) 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…
|
| /vim-8.2.3635/src/ |
| H A D | eval.c | 2017 ret = get_func_tv(s, len, rettv, arg, evalarg, &funcexe); in eval_func() 3812 ret = get_func_tv(s, -1, rettv, arg, evalarg, &funcexe); in call_func_rettv()
|
| H A D | userfunc.c | 1676 get_func_tv( in get_func_tv() function 5030 if (get_func_tv(name, -1, &rettv, &arg, &evalarg, &funcexe) == FAIL) in ex_call()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 47963 Solution: Pass "evalarg" to get_func_tv(). Fix seeing double quoted string
|