Searched defs:caller (Results 1 – 4 of 4) sorted by relevance
579 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()
2490 ufunc_T *caller = fc->caller == NULL ? NULL : fc->caller->func; in call_user_func() local2761 ufunc_T *caller = fc->caller == NULL ? NULL : fc->caller->func; in call_user_func() local
672 ufunc_T *caller = prev_dfunc->df_ufunc; in func_return() local
1732 funccall_T *caller; // calling function or NULL; or next funccal in member