Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c9576 isn_T *instr_dest = NULL; in compile_def_function() local
9582 instr_dest = dfunc->df_instr_prof; break; in compile_def_function()
9584 case CT_NONE: instr_dest = dfunc->df_instr; break; in compile_def_function()
9585 case CT_DEBUG: instr_dest = dfunc->df_instr_debug; break; in compile_def_function()
9587 if (instr_dest != NULL) in compile_def_function()