Searched refs:LUA_VLCF (Results 1 – 5 of 5) sorted by relevance
567 #define LUA_VLCF makevariant(LUA_TFUNCTION, 1) /* light C function */ macro573 #define ttislcf(o) checktag((o), LUA_VLCF)593 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_VLCF); }
152 case LUA_VLCF: in mainposition()188 case LUA_VLCF: in equalkey()
464 case LUA_VLCF: /* light C function */ in luaD_call()
454 case LUA_VLCF: return cast_voidp(cast_sizet(fvalue(o))); in lua_topointer()
584 case LUA_VLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj()