Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h475 int df_instr_debug_count; // size of "df_instr_debug" member
H A Dvim9compile.c10231 dfunc->df_instr_debug_count = instr->ga_len; in compile_def_function()
10622 for (idx = 0; idx < dfunc->df_instr_debug_count; ++idx) in delete_def_function_contents()
H A Dvim9execute.c5918 instr_count = dfunc->df_instr_debug_count; in ex_disassemble()