Home
last modified time | relevance | path

Searched refs:get_current_funccal (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c625 funccall_T *fc = get_current_funccal(); in prof_child_enter()
640 funccall_T *fc = get_current_funccal(); in prof_child_exit()
H A Devalvars.c2983 if (get_current_funccal() != NULL in find_var_ht()
2984 && get_current_funccal()->func->uf_def_status == UF_NOT_COMPILED) in find_var_ht()
H A Duserfunc.c2933 get_current_funccal(void) in get_current_funccal() function
/vim-8.2.3635/src/proto/
H A Duserfunc.pro24 funccall_T *get_current_funccal(void);