Searched refs:LUA_TLCF (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.h49 #define LUA_TLCF (LUA_TFUNCTION | (1 << 4)) /* light C function */ macro
143 #define ttislcf(o) checktag((o), LUA_TLCF)
191 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_TLCF); }
H A Dltable.c115 case LUA_TLCF:
H A Dldo.c371 case LUA_TLCF: /* light C function */
H A Dlvm.c269 case LUA_TLCF: return fvalue(t1) == fvalue(t2);
H A Dlapi.c446 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o)));

Completed in 111 milliseconds