Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro5 int func_needs_compiling(ufunc_T *ufunc, compiletype_T compile_type);
21 int compile_def_function(ufunc_T *ufunc, int check_return_type, compiletype_T compile_type, cctx_T …
/vim-8.2.3635/src/
H A Dvim9execute.c845 compiletype_T compile_type = COMPILE_TYPE(ufunc); in call_ufunc() local
847 if (func_needs_compiling(ufunc, compile_type) in call_ufunc()
848 && compile_def_function(ufunc, FALSE, compile_type, NULL) in call_ufunc()
5849 compiletype_T compile_type = CT_NONE; in ex_disassemble() local
5853 compile_type = CT_PROFILE; in ex_disassemble()
5858 compile_type = CT_DEBUG; in ex_disassemble()
5892 if (func_needs_compiling(ufunc, compile_type) in ex_disassemble()
5893 && compile_def_function(ufunc, FALSE, compile_type, NULL) == FAIL) in ex_disassemble()
5903 switch (compile_type) in ex_disassemble()
H A Dvim9compile.c1940 func_needs_compiling(ufunc_T *ufunc, compiletype_T compile_type) in func_needs_compiling() argument
1952 switch (compile_type) in func_needs_compiling()
5796 compiletype_T compile_type; in compile_nested_function() local
5863 compile_type = COMPILE_TYPE(ufunc); in compile_nested_function()
5868 compile_type = CT_PROFILE; in compile_nested_function()
5870 if (func_needs_compiling(ufunc, compile_type) in compile_nested_function()
5871 && compile_def_function(ufunc, TRUE, compile_type, cctx) == FAIL) in compile_nested_function()
5880 if (compile_type == CT_PROFILE && func_needs_compiling(ufunc, CT_NONE)) in compile_nested_function()
9548 compiletype_T compile_type, in compile_def_function() argument
9578 switch (compile_type) in compile_def_function()
[all …]