Home
last modified time | relevance | path

Searched refs:LClosure (Results 1 – 12 of 12) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlfunc.h17 #define sizeLclosure(n) (cast_int(offsetof(LClosure, upvals)) + \
52 LUAI_FUNC LClosure *luaF_newLclosure (lua_State *L, int nupvals);
53 LUAI_FUNC void luaF_initupvals (lua_State *L, LClosure *cl);
A Dlundump.h30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
A Dlfunc.c35 LClosure *luaF_newLclosure (lua_State *L, int nupvals) { in luaF_newLclosure()
37 LClosure *c = gco2lcl(o); in luaF_newLclosure()
48 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()
A Dlobject.h598 { TValue *io = (obj); LClosure *x_ = (x); \
641 typedef struct LClosure { struct
645 } LClosure; typedef
650 LClosure l;
A Dlparser.h167 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
A Dlundump.c311 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) { in luaU_undump()
313 LClosure *cl; in luaU_undump()
A Dlapi.c1089 LClosure *f = clLvalue(s2v(L->top - 1)); /* get newly created function */ in lua_load()
1361 LClosure *f = clLvalue(fi); in aux_upvalue()
1409 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref()
1411 LClosure *f; in getupvalref()
1447 LClosure *f1; in lua_upvaluejoin()
A Dlgc.c598 static int traverseLclosure (global_State *g, LClosure *cl) { in traverseLclosure()
773 LClosure *cl = gco2lcl(o); in freeobj()
A Dldebug.c666 LClosure *c = ci_func(ci); in getupvalname()
A Dlvm.c792 LClosure *ncl = luaF_newLclosure(L, nup); in pushclosure()
1130 LClosure *cl; in luaV_execute()
A Dldo.c928 LClosure *cl; in f_parser()
A Dlparser.c1931 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
1935 LClosure *cl = luaF_newLclosure(L, 1); /* create main closure */ in luaY_parser()

Completed in 29 milliseconds