Searched refs:LUA_VLCF (Results 1 – 5 of 5) sorted by relevance
591 #define LUA_VLCF makevariant(LUA_TFUNCTION, 1) /* light C function */ macro596 #define ttislcf(o) checktag((o), LUA_VLCF)618 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_VLCF); }
177 case LUA_VLCF: { in mainpositionTV()229 case LUA_VLCF: in equalkey()
549 case LUA_VLCF: /* light C function */ in luaD_pretailcall()594 case LUA_VLCF: /* light C function */ in luaD_precall()
478 case LUA_VLCF: return cast_voidp(cast_sizet(fvalue(o))); in lua_topointer()1443 case LUA_VLCF: in lua_upvalueid()
590 case LUA_VLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj()