Searched defs:dfunc_S (Results 1 – 1 of 1) sorted by relevance
460 struct dfunc_S { struct461 ufunc_T *df_ufunc; // struct containing most stuff463 int df_idx; // index in def_functions464 int df_deleted; // if TRUE function was deleted467 char_u *df_name; // name used for error messages470 garray_T df_var_names; // names of local vars473 isn_T *df_instr; // function body to be executed474 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 …]