Home
last modified time | relevance | path

Searched refs:UF_COMPILE_ERROR (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c1966 case UF_COMPILE_ERROR: in func_needs_compiling()
1998 && ufunc->uf_def_status != UF_COMPILE_ERROR) in generate_CALL()
2038 if (ufunc->uf_def_status == UF_COMPILE_ERROR) in generate_CALL()
10266 ufunc->uf_def_status = UF_COMPILE_ERROR; in compile_def_function()
H A Dstructs.h1610 UF_COMPILE_ERROR // compilation error, cannot execute enumerator
H A Dvim9execute.c4691 || ufunc->uf_def_status == UF_COMPILE_ERROR in call_def_function()