Home
last modified time | relevance | path

Searched refs:estack_push_ufunc (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dscriptfile.pro4 estack_T *estack_push_ufunc(ufunc_T *ufunc, long lnum);
/vim-8.2.3635/src/
H A Dscriptfile.c72 estack_push_ufunc(ufunc_T *ufunc, long lnum) in estack_push_ufunc() function
H A Dvim9execute.c453 entry = estack_push_ufunc(ufunc, 1); in call_dfunc()
4891 estack_push_ufunc(ufunc, 1); in call_def_function()
H A Duserfunc.c2673 estack_push_ufunc(fp, 1); in call_user_func()
H A Dvim9compile.c9626 estack_push_ufunc(ufunc, 1); in compile_def_function()