Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
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 Dlundump.h30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
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 Dlobject.h588 { TValue *io = (obj); LClosure *x_ = (x); \
631 typedef struct LClosure { struct
635 } LClosure; typedef
640 LClosure l;
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 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 Dlgc.c598 static int traverseLclosure (global_State *g, LClosure *cl) { in traverseLclosure()
773 LClosure *cl = gco2lcl(o); in freeobj()
H A Dldebug.c668 LClosure *c = ci_func(ci); in getupvalname()
H A Dlvm.c797 LClosure *ncl = luaF_newLclosure(L, nup); in pushclosure()
1130 LClosure *cl; in luaV_execute()
H A Dldo.c822 LClosure *cl; in f_parser()
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()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlfunc.h18 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \
H A Dlobject.h521 typedef struct LClosure { struct
525 } LClosure; argument
530 LClosure l;
H A Dlapi.c979 LClosure *f = clLvalue(L->top - 1); /* get newly created function */ in lua_load()
1196 LClosure *f = clLvalue(fi); in aux_upvalue()
1243 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref()
1244 LClosure *f; in getupvalref()
1275 LClosure *f1; in lua_upvaluejoin()
H A Dlgc.c485 static lu_mem traverseLclosure (global_State *g, LClosure *cl) { in traverseLclosure()
533 LClosure *cl = gco2lcl(o); in propagatemark()
H A Dldebug.c514 LClosure *c = ci_func(ci); in getupvalname()
H A Dlvm.c597 LClosure *cl; in luaV_execute()