Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h1699 #define FC_CFUNC 0x800 // defined as Lua C func macro
H A Duserfunc.c526 fp->uf_flags = FC_CFUNC; in register_cfunc()
3358 else if (fp != NULL && (fp->uf_flags & FC_CFUNC)) in call_func()