Home
last modified time | relevance | path

Searched refs:FC_VIM9 (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Duserfunc.c1241 ufunc->uf_flags |= FC_VIM9; in lambda_function_body()
2323 fp->uf_flags = (ufunc->uf_flags & ~FC_VIM9) | FC_COPY; in copy_func()
4465 flags |= FC_VIM9; in define_function()
4743 if (fp->uf_flags & FC_VIM9) in ex_delfunction()
H A Dstructs.h1698 #define FC_VIM9 0x400 // defined in vim9 script file macro