Home
last modified time | relevance | path

Searched refs:get_func_tv (Results 1 – 4 of 4) 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…
/vim-8.2.3635/src/
H A Deval.c2017 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 Duserfunc.c1676 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 Dversion8.txt47963 Solution: Pass "evalarg" to get_func_tv(). Fix seeing double quoted string