Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1827 CT_NONE, // use df_instr enumerator
1838 ? CT_PROFILE : CT_NONE)
1843 : CT_NONE
H A Dvim9type.c358 && compile_def_function(ufunc, TRUE, CT_NONE, NULL) in typval2type_int()
H A Dvim9compile.c1958 case CT_NONE: in func_needs_compiling()
3733 compile_def_function(ufunc, FALSE, CT_NONE, cctx); in compile_lambda()
3794 compile_def_function(ufunc, FALSE, CT_NONE, NULL); in get_lambda_tv_and_compile()
5880 if (compile_type == CT_PROFILE && func_needs_compiling(ufunc, CT_NONE)) in compile_nested_function()
5881 compile_def_function(ufunc, FALSE, CT_NONE, cctx); in compile_nested_function()
9584 case CT_NONE: instr_dest = dfunc->df_instr; break; in compile_def_function()
H A Dvim9execute.c5849 compiletype_T compile_type = CT_NONE; in ex_disassemble()
5912 case CT_NONE: in ex_disassemble()
H A Duserfunc.c4542 (void)compile_def_function(ufunc, FALSE, CT_NONE, NULL); in ex_defcompile()