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

  /external/lua/src/
lundump.h 26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
lfunc.h 17 #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);
lparser.h 129 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
lfunc.c 33 LClosure *luaF_newLclosure (lua_State *L, int n) {
35 LClosure *c = gco2lcl(o);
45 void luaF_initupvals (lua_State *L, LClosure *cl) {
lobject.h 241 { TValue *io = (obj); LClosure *x_ = (x); \
426 struct LClosure *cache; /* last-created closure with this prototype */
453 typedef struct LClosure {
457 } LClosure;
462 LClosure l;
lundump.c 258 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) {
260 LClosure *cl;
lapi.c 1001 LClosure *f = clLvalue(L->top - 1); /* get newly created function */
1208 LClosure *f = clLvalue(fi);
1257 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) {
1258 LClosure *f;
1289 LClosure *f1;
lvm.c 610 static LClosure *getcached (Proto *p, UpVal **encup, StkId base) {
611 LClosure *c = p->cache;
637 LClosure *ncl = luaF_newLclosure(L, nup);
788 LClosure *cl;
    [all...]
lgc.c 514 static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
572 LClosure *cl = gco2lcl(o);
686 static void freeLclosure (lua_State *L, LClosure *cl) {
    [all...]
lparser.c     [all...]
ldebug.c 559 LClosure *c = ci_func(ci);
ldo.c 767 LClosure *cl;
  /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;

Completed in 2773 milliseconds