Home
last modified time | relevance | path

Searched refs:compiletype_T (Results 1 – 4 of 4) 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 Dvim.h1830 } compiletype_T; typedef
H A Dvim9compile.c180 compiletype_T ctx_compile_type;
1940 func_needs_compiling(ufunc_T *ufunc, compiletype_T compile_type) in func_needs_compiling()
5796 compiletype_T compile_type; in compile_nested_function()
9548 compiletype_T compile_type, in compile_def_function()
H A Dvim9execute.c845 compiletype_T compile_type = COMPILE_TYPE(ufunc); in call_ufunc()
5849 compiletype_T compile_type = CT_NONE; in ex_disassemble()