Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h1693 #define FC_REMOVED 0x20 // function redefined while uf_refcount > 0 macro
H A Duserfunc.c2265 if ((fp->uf_flags & (FC_DELETED | FC_REMOVED)) == 0) in func_free()
4278 fp->uf_flags |= FC_REMOVED; in define_function()