Home
last modified time | relevance | path

Searched refs:dfunc (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9.h428 cdfunc_T dfunc; member
519 # define INSTRUCTIONS(dfunc) \ argument
520 (debug_break_level > 0 || may_break_in_function(dfunc->df_ufunc) \
521 ? (dfunc)->df_instr_debug \
522 : ((do_profiling == PROF_YES && (dfunc->df_ufunc)->uf_profiling) \
523 ? (dfunc)->df_instr_prof \
524 : (dfunc)->df_instr))
526 # define INSTRUCTIONS(dfunc) \ argument
527 (debug_break_level > 0 || may_break_in_function(dfunc->df_ufunc) \
528 ? (dfunc)->df_instr_debug \
[all …]
H A Dvim9execute.c271 if (dfunc->df_deleted) in call_dfunc()
275 dfunc->df_name == NULL ? (char_u *)"unknown" : dfunc->df_name); in call_dfunc()
360 varcount = dfunc->df_varcount + dfunc->df_has_closure; in call_dfunc()
401 if (dfunc->df_has_closure) in call_dfunc()
491 if (dfunc->df_ufunc == NULL) in handle_closure_in_use()
1342 if (dfunc != NULL) in get_script_svar()
1350 if (dfunc != NULL) in get_script_svar()
1532 dfunc_T *dfunc; in lookup_debug_var() local
1549 ufunc = dfunc->df_ufunc; in lookup_debug_var()
4879 if (dfunc->df_has_closure) in call_def_function()
[all …]
H A Dvim9compile.c2455 dfunc_T *dfunc; in reserve_local() local
9505 dfunc_T *dfunc; in add_def_function() local
9520 CLEAR_POINTER(dfunc); in add_def_function()
9526 ++dfunc->df_refcount; in add_def_function()
10218 dfunc->df_deleted = FALSE; in compile_def_function()
10238 dfunc->df_varcount = dfunc->df_var_names.ga_len; in compile_def_function()
10255 VIM_CLEAR(dfunc->df_name); in compile_def_function()
10618 dfunc->df_instr = NULL; in delete_def_function_contents()
10638 dfunc->df_deleted = TRUE; in delete_def_function_contents()
10676 ++dfunc->df_refcount; in link_def_function()
[all …]