Searched refs:func_needs_compiling (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9compile.pro | 5 int func_needs_compiling(ufunc_T *ufunc, compiletype_T compile_type);
|
| /vim-8.2.3635/src/ |
| H A D | vim9execute.c | 300 if (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc))) in call_dfunc() 847 if (func_needs_compiling(ufunc, compile_type) in call_ufunc() 4692 || (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc)) in call_def_function() 5892 if (func_needs_compiling(ufunc, compile_type) in ex_disassemble()
|
| H A D | vim9compile.c | 1940 func_needs_compiling(ufunc_T *ufunc, compiletype_T compile_type) in func_needs_compiling() function 2033 if (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc)) in generate_CALL() 3109 if (func_needs_compiling(ufunc, COMPILE_TYPE(ufunc)) in generate_funcref() 5870 if (func_needs_compiling(ufunc, compile_type) in compile_nested_function() 5880 if (compile_type == CT_PROFILE && func_needs_compiling(ufunc, CT_NONE)) in compile_nested_function()
|