Searched refs:CT_NONE (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim.h | 1827 CT_NONE, // use df_instr enumerator 1838 ? CT_PROFILE : CT_NONE) 1843 : CT_NONE
|
| H A D | vim9type.c | 358 && compile_def_function(ufunc, TRUE, CT_NONE, NULL) in typval2type_int()
|
| H A D | vim9compile.c | 1958 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 D | vim9execute.c | 5849 compiletype_T compile_type = CT_NONE; in ex_disassemble() 5912 case CT_NONE: in ex_disassemble()
|
| H A D | userfunc.c | 4542 (void)compile_def_function(ufunc, FALSE, CT_NONE, NULL); in ex_defcompile()
|