Home
last modified time | relevance | path

Searched refs:fill_partial_and_closure (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dvim9execute.pro6 int fill_partial_and_closure(partial_T *pt, ufunc_T *ufunc, ectx_T *ectx);
/vim-8.2.3635/src/
H A Dvim9execute.c1429 fill_partial_and_closure(partial_T *pt, ufunc_T *ufunc, ectx_T *ectx) in fill_partial_and_closure() function
3181 if (fill_partial_and_closure(pt, pt_dfunc->df_ufunc, in exec_instructions()
H A Duserfunc.c2366 if (fill_partial_and_closure(pt, ufunc, ectx) == FAIL) in copy_func()