Home
last modified time | relevance | path

Searched refs:gco2h (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.c96 gco2h(o)->gclist = g->gray; in reallymarkobject()
283 Table *h = gco2h(o); in propagatemark()
353 Table *h = gco2h(l); in cleartable()
383 case LUA_TTABLE: luaH_free(L, gco2h(o)); break; in freeobj()
H A Dlstate.h154 #define gco2h(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h)) macro