Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c127 exe_newlist(int count, ectx_T *ectx) in exe_newlist()
257 ectx_T *ectx) in call_dfunc()
654 func_return(ectx_T *ectx) in func_return()
789 static ectx_T *current_ectx = NULL;
836 ectx_T *ectx, in call_ufunc()
937 ectx_T *ectx, in call_by_name()
1001 ectx_T *ectx) in call_partial()
1397 ectx_T *ectx, in call_eval_func()
1499 ectx_T *instr_ectx;
1505 ectx_T *subs_ectx;
[all …]
H A Dstructs.h1389 typedef struct ectx_S ectx_T; typedef
H A Duserfunc.c2299 copy_func(char_u *lambda, char_u *global, ectx_T *ectx) in copy_func()
/vim-8.2.3635/src/proto/
H A Dvim9execute.pro6 int fill_partial_and_closure(partial_T *pt, ufunc_T *ufunc, ectx_T *ectx);
H A Duserfunc.pro15 int copy_func(char_u *lambda, char_u *global, ectx_T *ectx);