Home
last modified time | relevance | path

Searched refs:gco2p (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.h155 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p)) macro
H A Dlgc.c106 gco2p(o)->gclist = g->gray; in reallymarkobject()
308 Proto *p = gco2p(o); in propagatemark()
380 case LUA_TPROTO: luaF_freeproto(L, gco2p(o)); break; in freeobj()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h212 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p)) macro
H A Dlgc.c286 gco2p(o)->gclist = g->gray; in reallymarkobject()
554 Proto *p = gco2p(o); in propagatemark()
664 case LUA_TPROTO: luaF_freeproto(L, gco2p(o)); break; in freeobj()