Home
last modified time | relevance | path

Searched defs:caller (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c579 profile_may_start_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller) in profile_may_start_func()
600 profile_may_end_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller) in profile_may_end_func()
H A Duserfunc.c2490 ufunc_T *caller = fc->caller == NULL ? NULL : fc->caller->func; in call_user_func() local
2761 ufunc_T *caller = fc->caller == NULL ? NULL : fc->caller->func; in call_user_func() local
H A Dvim9execute.c672 ufunc_T *caller = prev_dfunc->df_ufunc; in func_return() local
H A Dstructs.h1732 funccall_T *caller; // calling function or NULL; or next funccal in member