Home
last modified time | relevance | path

Searched refs:LClosure (Results 1 – 25 of 766) sorted by path

12345678910>>...31

/dports/audio/ardour6/Ardour-6.8.0/libs/lua/lua-5.3.5/
H A Dlapi.c1001 LClosure *f = clLvalue(L->top - 1); /* get newly created function */ in lua_load()
1208 LClosure *f = clLvalue(fi); in aux_upvalue()
1257 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref()
1258 LClosure *f; in getupvalref()
1289 LClosure *f1; in lua_upvaluejoin()
H A Dldebug.c559 LClosure *c = ci_func(ci); in getupvalname()
H A Dldo.c767 LClosure *cl; in f_parser()
H A Dlfunc.c33 LClosure *luaF_newLclosure (lua_State *L, int n) { in luaF_newLclosure()
35 LClosure *c = gco2lcl(o); in luaF_newLclosure()
45 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()
H A Dlfunc.h17 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \
52 LUAI_FUNC LClosure *luaF_newLclosure (lua_State *L, int nelems);
53 LUAI_FUNC void luaF_initupvals (lua_State *L, LClosure *cl);
H A Dlgc.c520 static lu_mem traverseLclosure (global_State *g, LClosure *cl) { in traverseLclosure()
578 LClosure *cl = gco2lcl(o); in propagatemark()
692 static void freeLclosure (lua_State *L, LClosure *cl) { in freeLclosure()
H A Dlobject.h241 { TValue *io = (obj); LClosure *x_ = (x); \
426 struct LClosure *cache; /* last-created closure with this prototype */
453 typedef struct LClosure { struct
457 } LClosure; typedef
462 LClosure l;
H A Dlparser.c1626 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
1630 LClosure *cl = luaF_newLclosure(L, 1); /* create main closure */ in luaY_parser()
H A Dlparser.h129 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dlundump.c258 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) { in luaU_undump()
260 LClosure *cl; in luaU_undump()
H A Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
H A Dlvm.c610 static LClosure *getcached (Proto *p, UpVal **encup, StkId base) { in getcached()
611 LClosure *c = p->cache; in getcached()
637 LClosure *ncl = luaF_newLclosure(L, nup); in pushclosure()
788 LClosure *cl; in luaV_execute()
1287 LClosure *ncl = getcached(p, cl->upvals, base); /* cached closure */ in luaV_execute()
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dlapi.c1063 LClosure *f = clLvalue(s2v(L->top - 1)); /* get newly created function */ in lua_load()
1337 LClosure *f = clLvalue(fi); in aux_upvalue()
1385 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref()
1387 LClosure *f; in getupvalref()
1423 LClosure *f1; in lua_upvaluejoin()
H A Dldebug.c668 LClosure *c = ci_func(ci); in getupvalname()
H A Dldo.c822 LClosure *cl; in f_parser()
H 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()
H A Dlfunc.h17 #define sizeLclosure(n) (cast_int(offsetof(LClosure, upvals)) + \
58 LUAI_FUNC LClosure *luaF_newLclosure (lua_State *L, int nupvals);
59 LUAI_FUNC void luaF_initupvals (lua_State *L, LClosure *cl);
H A Dlgc.c598 static int traverseLclosure (global_State *g, LClosure *cl) { in traverseLclosure()
773 LClosure *cl = gco2lcl(o); in freeobj()
H A Dlobject.h588 { TValue *io = (obj); LClosure *x_ = (x); \
631 typedef struct LClosure { struct
635 } LClosure; typedef
640 LClosure l;
H 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()
H A Dlparser.h167 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dlundump.c311 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) { in luaU_undump()
313 LClosure *cl; in luaU_undump()
H A Dlundump.h30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
H A Dlvm.c790 LClosure *ncl = luaF_newLclosure(L, nup); in pushclosure()
1123 LClosure *cl; in luaV_execute()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/host/
H A Dminilua.c335 typedef struct LClosure{ struct
339 }LClosure; argument
342 LClosure l;
814 #define sizeLclosure(n)(cast(int,sizeof(LClosure))+cast(int,sizeof(TValue*)*((n)-1)))
1126 LClosure*cl;
4945 LClosure*cl;

12345678910>>...31