Searched refs:ectx_T (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9execute.c | 127 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 D | structs.h | 1389 typedef struct ectx_S ectx_T; typedef
|
| H A D | userfunc.c | 2299 copy_func(char_u *lambda, char_u *global, ectx_T *ectx) in copy_func()
|
| /vim-8.2.3635/src/proto/ |
| H A D | vim9execute.pro | 6 int fill_partial_and_closure(partial_T *pt, ufunc_T *ufunc, ectx_T *ectx);
|
| H A D | userfunc.pro | 15 int copy_func(char_u *lambda, char_u *global, ectx_T *ectx);
|