Searched refs:LUA_TLCF (Results 1 – 5 of 5) sorted by relevance
48 #define LUA_TLCF (LUA_TFUNCTION | (1 << 4)) /* light C function */ macro142 #define ttislcf(o) checktag((o), LUA_TLCF)190 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_TLCF); }
114 case LUA_TLCF: in mainposition()
385 case LUA_TLCF: /* light C function */ in luaD_precall()
268 case LUA_TLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj_()
447 case LUA_TLCF: return cast(void *, cast(uintptr_t, fvalue(o))); in lua_topointer()