Lines Matching refs:GCObject
36 typedef union GCObject GCObject; typedef
43 #define CommonHeader GCObject *next; lu_byte tt; lu_byte marked
60 GCObject *gc;
130 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TSTRING; \
135 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TUSERDATA; \
140 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TTHREAD; \
145 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TFUNCTION; \
150 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TTABLE; \
155 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TPROTO; \
248 GCObject *gclist;
292 CommonHeader; lu_byte isC; lu_byte nupvalues; GCObject *gclist; \
346 GCObject *gclist;