Home
last modified time | relevance | path

Searched refs:CClosure (Results 1 – 5 of 5) sorted by relevance

/external/lua/src/
Dlfunc.h14 #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \
51 LUAI_FUNC CClosure *luaF_newCclosure (lua_State *L, int nelems);
Dlfunc.c25 CClosure *luaF_newCclosure (lua_State *L, int n) { in luaF_newCclosure()
27 CClosure *c = gco2ccl(o); in luaF_newCclosure()
Dlobject.h246 { TValue *io = (obj); CClosure *x_ = (x); \
446 typedef struct CClosure { struct
450 } CClosure; typedef
461 CClosure c;
Dlapi.c80 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()
Dlgc.c501 static lu_mem traverseCclosure (global_State *g, CClosure *cl) { in traverseCclosure()
578 CClosure *cl = gco2ccl(o); in propagatemark()