Searched refs:CClosure (Results 1 – 5 of 5) sorted by relevance
14 #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \51 LUAI_FUNC CClosure *luaF_newCclosure (lua_State *L, int nelems);
25 CClosure *luaF_newCclosure (lua_State *L, int n) { in luaF_newCclosure()27 CClosure *c = gco2ccl(o); in luaF_newCclosure()
246 { TValue *io = (obj); CClosure *x_ = (x); \446 typedef struct CClosure { struct450 } CClosure; typedef461 CClosure c;
80 CClosure *func = clCvalue(ci->func); in index2addr()539 CClosure *cl; in lua_pushcclosure()1198 CClosure **owner, UpVal **uv) { in aux_upvalue()1201 CClosure *f = clCvalue(fi); in aux_upvalue()1239 CClosure *owner = NULL; in lua_setupvalue()1275 CClosure *f = clCvalue(fi); in lua_upvalueid()
501 static lu_mem traverseCclosure (global_State *g, CClosure *cl) { in traverseCclosure()578 CClosure *cl = gco2ccl(o); in propagatemark()