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

/netbsd-current/external/mit/lua/dist/src/
H A Dlgc.c130 case LUA_VTABLE: return &gco2t(o)->gclist;
666 case LUA_VTABLE: return traversetable(g, gco2t(o));
701 Table *h = gco2t(w);
727 for (; l; l = gco2t(l)->gclist) {
728 Table *h = gco2t(l);
746 for (; l != f; l = gco2t(l)->gclist) {
747 Table *h = gco2t(l);
792 luaH_free(L, gco2t(o));
H A Dlstate.h382 #define gco2t(o) check_exp((o)->tt == LUA_VTABLE, &((cast_u(o))->h)) macro
H A Dlobject.h696 #define hvalue(o) check_exp(ttistable(o), gco2t(val_(o).gc))
H A Dltable.c638 Table *t = gco2t(o);

Completed in 193 milliseconds