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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l))
lobject.h 50 #define LUA_TLCL (LUA_TFUNCTION | (0 << 4)) /* Lua closure */
144 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL))
223 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TLCL)); \
lfunc.c 31 Closure *c = &luaC_newobj(L, LUA_TLCL, sizeLclosure(n), NULL, 0)->cl;
lgc.c 267 case LUA_TLCL: {
533 case LUA_TLCL: {
666 case LUA_TLCL: {
    [all...]
lapi.c 447 case LUA_TLCL: return clLvalue(o);
1201 case LUA_TLCL: { /* Lua closure */
1263 case LUA_TLCL: { /* lua closure */
ldo.c 325 case LUA_TLCL: { /* Lua function: prepare its call */
  /external/syslinux/com32/lua/src/
lstate.h 205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l))
lobject.h 50 #define LUA_TLCL (LUA_TFUNCTION | (0 << 4)) /* Lua closure */
144 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL))
223 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TLCL)); \
lfunc.c 31 Closure *c = &luaC_newobj(L, LUA_TLCL, sizeLclosure(n), NULL, 0)->cl;
lgc.c 267 case LUA_TLCL: {
533 case LUA_TLCL: {
666 case LUA_TLCL: {
    [all...]
lapi.c 447 case LUA_TLCL: return clLvalue(o);
1198 case LUA_TLCL: { /* Lua closure */
1260 case LUA_TLCL: { /* lua closure */
ldo.c 325 case LUA_TLCL: { /* Lua function: prepare its call */

Completed in 82 milliseconds