Searched refs:LUA_TCCL (Results 1 – 7 of 7) sorted by relevance
49 #define LUA_TCCL (LUA_TFUNCTION | (2 << 4)) /* C closure */ macro154 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL))247 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_TCCL)); \
229 #define gco2ccl(o) check_exp((o)->tt == LUA_TCCL, &((cast_u(o))->cl.c))
26 GCObject *o = luaC_newobj(L, LUA_TCCL, sizeCclosure(n)); in luaF_newCclosure()
265 case LUA_TCCL: { in reallymarkobject()577 case LUA_TCCL: { in propagatemark()704 case LUA_TCCL: { in freeobj()
434 case LUA_TCCL: return clCvalue(o); in lua_topointer()1200 case LUA_TCCL: { /* C closure */ in aux_upvalue()1274 case LUA_TCCL: { /* C closure */ in lua_upvalueid()
34 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_TCCL)
417 case LUA_TCCL: /* C closure */ in luaD_precall()