Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h460 struct dfunc_S { struct
461 ufunc_T *df_ufunc; // struct containing most stuff
463 int df_idx; // index in def_functions
464 int df_deleted; // if TRUE function was deleted
467 char_u *df_name; // name used for error messages
470 garray_T df_var_names; // names of local vars
473 isn_T *df_instr; // function body to be executed
474 int df_instr_count; // size of "df_instr"
475 int df_instr_debug_count; // size of "df_instr_debug"
479 int df_instr_prof_count; // size of "df_instr_prof"
[all …]