Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9script.c727 else if (((*ufunc)->uf_flags & FC_EXPORT) == 0) in find_exported()
H A Dstructs.h1696 #define FC_EXPORT 0x100 // "export def Func()" macro
H A Duserfunc.c4474 fp->uf_flags |= FC_EXPORT; in define_function()