Searched refs:FC_CFUNC (Results 1 – 2 of 2) sorted by relevance
1699 #define FC_CFUNC 0x800 // defined as Lua C func macro
526 fp->uf_flags = FC_CFUNC; in register_cfunc()3358 else if (fp != NULL && (fp->uf_flags & FC_CFUNC)) in call_func()