Searched refs:CClosure (Results 1 – 10 of 10) sorted by relevance
14 #define sizeCclosure(n) (cast_int(offsetof(CClosure, upvalue)) + \51 LUAI_FUNC CClosure *luaF_newCclosure (lua_State *L, int nupvals);
621 { TValue *io = (obj); CClosure *x_ = (x); \649 typedef struct CClosure { struct653 } CClosure; argument664 CClosure c;
27 CClosure *luaF_newCclosure (lua_State *L, int nupvals) { in luaF_newCclosure()29 CClosure *c = gco2ccl(o); in luaF_newCclosure()
79 CClosure *func = clCvalue(s2v(ci->func.p)); in index2value()586 CClosure *cl; in lua_pushcclosure()1361 CClosure *f = clCvalue(fi); in aux_upvalue()1438 CClosure *f = clCvalue(fi); in lua_upvalueid()
593 static int traverseCclosure (global_State *g, CClosure *cl) { in traverseCclosure()784 CClosure *cl = gco2ccl(o); in freeobj()
405 static void checkCclosure (global_State *g, CClosure *cl) { in checkCclosure()
14 #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \
516 typedef struct CClosure { struct520 } CClosure; typedef531 CClosure c;
71 CClosure *func = clCvalue(ci->func); in index2addr()1190 CClosure *f = clCvalue(fi); in aux_upvalue()1262 CClosure *f = clCvalue(fi); in lua_upvalueid()
477 static lu_mem traverseCclosure (global_State *g, CClosure *cl) { in traverseCclosure()538 CClosure *cl = gco2ccl(o); in propagatemark()