HomeSort by relevance Sort by last modified time
    Searched refs:LClosure (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lfunc.h 17 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \
lobject.h 523 typedef struct LClosure {
527 } LClosure;
532 LClosure l;
lapi.c 982 LClosure *f = clLvalue(L->top - 1); /* get newly created function */
1202 LClosure *f = clLvalue(fi);
1249 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) {
1250 LClosure *f;
1281 LClosure *f1;
ldebug.c 501 LClosure *c = ci_func(ci);
lgc.c 486 static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
534 LClosure *cl = gco2lcl(o);
    [all...]
lvm.c 536 LClosure *cl;
  /external/syslinux/com32/lua/src/
lfunc.h 17 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \
lobject.h 523 typedef struct LClosure {
527 } LClosure;
532 LClosure l;
lapi.c 982 LClosure *f = clLvalue(L->top - 1); /* get newly created function */
1199 LClosure *f = clLvalue(fi);
1246 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) {
1247 LClosure *f;
1278 LClosure *f1;
ldebug.c 501 LClosure *c = ci_func(ci);
lgc.c 486 static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
534 LClosure *cl = gco2lcl(o);
    [all...]
lvm.c 559 LClosure *cl;

Completed in 272 milliseconds