Home
last modified time | relevance | path

Searched refs:funccall_T (Results 1 – 5 of 5) 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()
661 funccall_T *fcp = (funccall_T *)cookie; in func_line_start()
683 funccall_T *fcp = (funccall_T *)cookie; in func_line_exec()
696 funccall_T *fcp = (funccall_T *)cookie; in func_line_end()
H A Duserfunc.c2145 funccall_T **pfc; in funccal_unref()
2441 funccall_T *fc; in call_user_func()
2932 funccall_T *
5216 funccall_T *fcp = (funccall_T *)cookie; in get_func_line()
5276 funccall_T *fcp = (funccall_T *)cookie; in func_has_ended()
5430 funccall_T *fc, **pfc; in free_unref_funccal()
5456 static funccall_T *
5460 funccall_T *funccal; in get_funccal()
5629 funccall_T *fc; in set_ref_in_previous_funccal()
5663 funccall_T *fc; in set_ref_in_call_stack()
[all …]
H A Dstructs.h1602 typedef struct funccall_S funccall_T; typedef
1678 funccall_T *uf_scoped; // l: local variables for closure
1732 funccall_T *caller; // calling function or NULL; or next funccal in
1965 } funccall_T; typedef
H A Dvim9execute.c4491 funccall_T cookie; in exec_instructions()
/vim-8.2.3635/src/proto/
H A Duserfunc.pro24 funccall_T *get_current_funccal(void);