Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/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 …
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h1833 } compiletype_T; typedef
H A Dvim9compile.c181 compiletype_T ctx_compile_type;
1944 func_needs_compiling(ufunc_T *ufunc, compiletype_T compile_type) in func_needs_compiling()
5827 compiletype_T compile_type; in compile_nested_function()
9592 compiletype_T compile_type, in compile_def_function()
H A Dvim9execute.c845 compiletype_T compile_type = COMPILE_TYPE(ufunc); in call_ufunc()
5905 compiletype_T compile_type = CT_NONE; in ex_disassemble()