Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c127 case LUA_VTABLE: return &gco2t(o)->gclist; in getgclist()
657 case LUA_VTABLE: return traversetable(g, gco2t(o)); in propagatemark()
692 Table *h = gco2t(w); in convergeephemerons()
718 for (; l; l = gco2t(l)->gclist) { in clearbykeys()
719 Table *h = gco2t(l); in clearbykeys()
737 for (; l != f; l = gco2t(l)->gclist) { in clearbyvalues()
738 Table *h = gco2t(l); in clearbyvalues()
783 luaH_free(L, gco2t(o)); in freeobj()
A Dlstate.h375 #define gco2t(o) check_exp((o)->tt == LUA_VTABLE, &((cast_u(o))->h)) macro
A Dlobject.h669 #define hvalue(o) check_exp(ttistable(o), gco2t(val_(o).gc))
A Dltable.c617 Table *t = gco2t(o); in luaH_new()

Completed in 12 milliseconds