Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1834 # define COMPILE_TYPE(ufunc) (debug_break_level > 0 \ macro
1840 # define COMPILE_TYPE(ufunc) debug_break_level > 0 \ macro
H A Dvim9execute.c300 if (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc))) in call_dfunc()
302 res = compile_def_function(ufunc, FALSE, COMPILE_TYPE(ufunc), NULL); in call_dfunc()
845 compiletype_T compile_type = COMPILE_TYPE(ufunc); in call_ufunc()
4692 || (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc)) in call_def_function()
4693 && compile_def_function(ufunc, FALSE, COMPILE_TYPE(ufunc), NULL) in call_def_function()
H A Dvim9compile.c2033 if (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc)) in generate_CALL()
2035 COMPILE_TYPE(ufunc), NULL) == FAIL) in generate_CALL()
3109 if (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc)) in generate_funcref()
3110 && compile_def_function(ufunc, TRUE, COMPILE_TYPE(ufunc), NULL) in generate_funcref()
5863 compile_type = COMPILE_TYPE(ufunc); in compile_nested_function()
H A Deval.c3552 FALSE, COMPILE_TYPE(ufunc), NULL) == FAIL) in eval7()