Searched refs:CClosure (Results 1 – 5 of 5) sorted by relevance
14 #define sizeCclosure(n) (cast_int(offsetof(CClosure, upvalue)) + \57 LUAI_FUNC CClosure *luaF_newCclosure (lua_State *L, int nupvals);
596 { TValue *io = (obj); CClosure *x_ = (x); \622 typedef struct CClosure { struct626 } CClosure; argument637 CClosure c;
27 CClosure *luaF_newCclosure (lua_State *L, int nupvals) { in luaF_newCclosure()29 CClosure *c = gco2ccl(o); in luaF_newCclosure()
76 CClosure *func = clCvalue(s2v(ci->func)); in index2value()562 CClosure *cl; in lua_pushcclosure()1329 CClosure *f = clCvalue(fi); in aux_upvalue()1403 CClosure *f = clCvalue(fi); in lua_upvalueid()
588 static int traverseCclosure (global_State *g, CClosure *cl) { in traverseCclosure()