/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/ |
H A D | lobject.h | 579 #define LUA_VCCL makevariant(LUA_TFUNCTION, 2) /* C closure */ macro 584 #define ttisCclosure(o) checktag((o), ctb(LUA_VCCL)) 609 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VCCL)); \
|
H A D | lstate.h | 372 #define gco2ccl(o) check_exp((o)->tt == LUA_VCCL, &((cast_u(o))->cl.c))
|
H A D | lgc.c | 129 case LUA_VCCL: return &gco2ccl(o)->gclist; in getgclist() 316 case LUA_VLCL: case LUA_VCCL: case LUA_VTABLE: in reallymarkobject() 660 case LUA_VCCL: return traverseCclosure(g, gco2ccl(o)); in propagatemark() 777 case LUA_VCCL: { in freeobj()
|
H A D | lfunc.c | 28 GCObject *o = luaC_newobj(L, LUA_VCCL, sizeCclosure(nupvals)); in luaF_newCclosure()
|
H A D | lapi.c | 1352 case LUA_VCCL: { /* C closure */ in aux_upvalue() 1429 case LUA_VCCL: { /* C closure */ in lua_upvalueid()
|
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/ |
H A D | lobject.h | 570 #define LUA_VCCL makevariant(LUA_TFUNCTION, 2) /* C closure */ macro 576 #define ttisCclosure(o) checktag((o), ctb(LUA_VCCL)) 599 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VCCL)); \
|
H A D | lstate.h | 334 #define gco2ccl(o) check_exp((o)->tt == LUA_VCCL, &((cast_u(o))->cl.c))
|
H A D | lgc.c | 129 case LUA_VCCL: return &gco2ccl(o)->gclist; in getgclist() 316 case LUA_VLCL: case LUA_VCCL: case LUA_VTABLE: in reallymarkobject() 660 case LUA_VCCL: return traverseCclosure(g, gco2ccl(o)); in propagatemark() 777 case LUA_VCCL: { in freeobj()
|
H A D | lfunc.c | 28 GCObject *o = luaC_newobj(L, LUA_VCCL, sizeCclosure(nupvals)); in luaF_newCclosure()
|
/dports/lang/lua54/lua-5.4.2/src/ |
H A D | lobject.h | 570 #define LUA_VCCL makevariant(LUA_TFUNCTION, 2) /* C closure */ macro 576 #define ttisCclosure(o) checktag((o), ctb(LUA_VCCL)) 599 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VCCL)); \
|
H A D | lstate.h | 334 #define gco2ccl(o) check_exp((o)->tt == LUA_VCCL, &((cast_u(o))->cl.c))
|
H A D | lgc.c | 129 case LUA_VCCL: return &gco2ccl(o)->gclist; in getgclist() 316 case LUA_VLCL: case LUA_VCCL: case LUA_VTABLE: in reallymarkobject() 660 case LUA_VCCL: return traverseCclosure(g, gco2ccl(o)); in propagatemark() 777 case LUA_VCCL: { in freeobj()
|
H A D | lfunc.c | 28 GCObject *o = luaC_newobj(L, LUA_VCCL, sizeCclosure(nupvals)); in luaF_newCclosure()
|
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/ |
H A D | lobject.h | 579 #define LUA_VCCL makevariant(LUA_TFUNCTION, 2) /* C closure */ macro 584 #define ttisCclosure(o) checktag((o), ctb(LUA_VCCL)) 609 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VCCL)); \
|
H A D | lstate.h | 372 #define gco2ccl(o) check_exp((o)->tt == LUA_VCCL, &((cast_u(o))->cl.c))
|
H A D | lgc.c | 129 case LUA_VCCL: return &gco2ccl(o)->gclist; in getgclist() 316 case LUA_VLCL: case LUA_VCCL: case LUA_VTABLE: in reallymarkobject() 660 case LUA_VCCL: return traverseCclosure(g, gco2ccl(o)); in propagatemark() 777 case LUA_VCCL: { in freeobj()
|
H A D | lfunc.c | 28 GCObject *o = luaC_newobj(L, LUA_VCCL, sizeCclosure(nupvals)); in luaF_newCclosure()
|
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/ |
H A D | lobject.h | 579 #define LUA_VCCL makevariant(LUA_TFUNCTION, 2) /* C closure */ macro 584 #define ttisCclosure(o) checktag((o), ctb(LUA_VCCL)) 609 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VCCL)); \
|
H A D | lstate.h | 372 #define gco2ccl(o) check_exp((o)->tt == LUA_VCCL, &((cast_u(o))->cl.c))
|
H A D | lgc.c | 129 case LUA_VCCL: return &gco2ccl(o)->gclist; in getgclist() 316 case LUA_VLCL: case LUA_VCCL: case LUA_VTABLE: in reallymarkobject() 660 case LUA_VCCL: return traverseCclosure(g, gco2ccl(o)); in propagatemark() 777 case LUA_VCCL: { in freeobj()
|
H A D | lfunc.c | 28 GCObject *o = luaC_newobj(L, LUA_VCCL, sizeCclosure(nupvals)); in luaF_newCclosure()
|
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/ |
H A D | lobject.h | 570 #define LUA_VCCL makevariant(LUA_TFUNCTION, 2) /* C closure */ macro 576 #define ttisCclosure(o) checktag((o), ctb(LUA_VCCL)) 599 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VCCL)); \
|
H A D | lstate.h | 334 #define gco2ccl(o) check_exp((o)->tt == LUA_VCCL, &((cast_u(o))->cl.c))
|
H A D | lgc.c | 129 case LUA_VCCL: return &gco2ccl(o)->gclist; in getgclist() 316 case LUA_VLCL: case LUA_VCCL: case LUA_VTABLE: in reallymarkobject() 660 case LUA_VCCL: return traverseCclosure(g, gco2ccl(o)); in propagatemark() 777 case LUA_VCCL: { in freeobj()
|
H A D | lfunc.c | 28 GCObject *o = luaC_newobj(L, LUA_VCCL, sizeCclosure(nupvals)); in luaF_newCclosure()
|