Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c1947 case UF_COMPILED: in func_needs_compiling()
3750 if (ufunc->uf_def_status == UF_COMPILED) in compile_lambda()
3796 if (ufunc->uf_def_status == UF_COMPILED) in get_lambda_tv_and_compile()
10242 ufunc->uf_def_status = UF_COMPILED; in compile_def_function()
H A Dstructs.h1609 UF_COMPILED, // successfully compiled enumerator
H A Dvim9execute.c851 if (ufunc->uf_def_status == UF_COMPILED) in call_ufunc()
5895 if (ufunc->uf_def_status != UF_COMPILED) in ex_disassemble()
H A Duserfunc.c2189 if (fp->uf_def_status == UF_COMPILED && (fp->uf_flags & FC_COPY) == 0) in func_remove()