Searched refs:FC_COPY (Results 1 – 2 of 2) sorted by relevance
2189 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()
1700 #define FC_COPY 0x1000 // copy of another function by copy_func() macro