Searched refs:LUA_VLCF (Results 1 – 5 of 5) sorted by relevance
578 #define LUA_VLCF makevariant(LUA_TFUNCTION, 1) /* light C function */ macro583 #define ttislcf(o) checktag((o), LUA_VLCF)605 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_VLCF); }
167 case LUA_VLCF: { in mainposition()220 case LUA_VLCF: in equalkey()
472 case LUA_VLCF: return cast_voidp(cast_sizet(fvalue(o))); in lua_topointer()1435 case LUA_VLCF: in lua_upvalueid()
515 case LUA_VLCF: /* light C function */ in luaD_precall()
586 case LUA_VLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj()
Completed in 16 milliseconds