Home
last modified time | relevance | path

Searched refs:LUA_VLCF (Results 1 – 5 of 5) sorted by relevance

/external/lua/src/
Dlobject.h567 #define LUA_VLCF makevariant(LUA_TFUNCTION, 1) /* light C function */ macro
573 #define ttislcf(o) checktag((o), LUA_VLCF)
593 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_VLCF); }
Dltable.c152 case LUA_VLCF: in mainposition()
188 case LUA_VLCF: in equalkey()
Dldo.c464 case LUA_VLCF: /* light C function */ in luaD_call()
Dlapi.c454 case LUA_VLCF: return cast_voidp(cast_sizet(fvalue(o))); in lua_topointer()
Dlvm.c584 case LUA_VLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj()