Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duserfunc.c2189 if (fp->uf_def_status == UF_COMPILED && (fp->uf_flags & FC_COPY) == 0) in func_remove()
2288 || (fp->uf_flags & FC_COPY)) in func_clear_free()
2323 fp->uf_flags = (ufunc->uf_flags & ~FC_VIM9) | FC_COPY; in copy_func()
H A Dstructs.h1700 #define FC_COPY 0x1000 // copy of another function by copy_func() macro