Home
last modified time | relevance | path

Searched refs:LUA_TLCL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h49 #define LUA_TLCL (LUA_TFUNCTION | (0 << 4)) /* Lua closure */ macro
143 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL))
222 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TLCL)); \
H A Dlstate.h205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l))
H A Dlfunc.c31 Closure *c = &luaC_newobj(L, LUA_TLCL, sizeLclosure(n), NULL, 0)->cl; in luaF_newLclosure()
H A Dlgc.c267 case LUA_TLCL: { in reallymarkobject()
533 case LUA_TLCL: { in propagatemark()
666 case LUA_TLCL: { in freeobj()
H A Dlapi.c446 case LUA_TLCL: return clLvalue(o); in lua_topointer()
1197 case LUA_TLCL: { /* Lua closure */ in aux_upvalue()
1259 case LUA_TLCL: { /* lua closure */ in lua_upvalueid()
H A Dldo.c329 case LUA_TLCL: { /* Lua function: prepare its call */ in luaD_precall()