Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlobject.h591 #define LUA_VLCF makevariant(LUA_TFUNCTION, 1) /* light C function */ macro
596 #define ttislcf(o) checktag((o), LUA_VLCF)
618 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_VLCF); }
H A Dltable.c177 case LUA_VLCF: { in mainpositionTV()
229 case LUA_VLCF: in equalkey()
H A Dldo.c549 case LUA_VLCF: /* light C function */ in luaD_pretailcall()
594 case LUA_VLCF: /* light C function */ in luaD_precall()
H A Dlapi.c478 case LUA_VLCF: return cast_voidp(cast_sizet(fvalue(o))); in lua_topointer()
1443 case LUA_VLCF: in lua_upvalueid()
H A Dlvm.c590 case LUA_VLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj()