Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1829 CT_DEBUG // use df_instr_debug, overrules CT_PROFILE enumerator
1836 ? CT_DEBUG \
1842 ? CT_DEBUG \
H A Dvim9compile.c1960 case CT_DEBUG: in func_needs_compiling()
7847 if (cctx->ctx_compile_type == CT_DEBUG && instr->ga_len > 0 in compile_elseif()
7889 if (cctx->ctx_compile_type == CT_DEBUG) in compile_elseif()
8129 if (cctx->ctx_compile_type == CT_DEBUG && instr->ga_len > 0 in compile_for()
8300 if (cctx->ctx_compile_type == CT_DEBUG) in compile_for()
8692 if (cctx->ctx_compile_type == CT_DEBUG) in compile_catch()
9585 case CT_DEBUG: instr_dest = dfunc->df_instr_debug; break; in compile_def_function()
9760 if (cctx.ctx_compile_type == CT_DEBUG && cctx.ctx_lnum != debug_lnum in compile_def_function()
10228 if (cctx.ctx_compile_type == CT_DEBUG) in compile_def_function()
H A Dvim9execute.c5858 compile_type = CT_DEBUG; in ex_disassemble()
5916 case CT_DEBUG: in ex_disassemble()