Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlfunc.h17 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \
Dlobject.h523 typedef struct LClosure { struct
527 } LClosure; typedef
532 LClosure l;
Dlapi.c982 LClosure *f = clLvalue(L->top - 1); /* get newly created function */ in lua_load()
1202 LClosure *f = clLvalue(fi); in aux_upvalue()
1249 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref()
1250 LClosure *f; in getupvalref()
1281 LClosure *f1; in lua_upvaluejoin()
Dlgc.c486 static lu_mem traverseLclosure (global_State *g, LClosure *cl) { in traverseLclosure()
534 LClosure *cl = gco2lcl(o); in propagatemark()
Dldebug.c501 LClosure *c = ci_func(ci); in getupvalname()
Dlvm.c536 LClosure *cl; in luaV_execute()