Searched refs:LUA_TPROTO (Results 1 – 4 of 4) sorted by relevance
233 #define gco2p(o) check_exp((o)->tt == LUA_TPROTO, &((cast_u(o))->p))
100 GCObject *o = luaC_newobj(L, LUA_TPROTO, sizeof(Proto)); in luaF_newproto()
22 #define LUA_TPROTO LUA_NUMTAGS /* function prototypes */ macro28 #define LUA_TOTALTAGS (LUA_TPROTO + 2)
277 case LUA_TPROTO: { in reallymarkobject()591 case LUA_TPROTO: { in propagatemark()699 case LUA_TPROTO: luaF_freeproto(L, gco2p(o)); break; in freeobj()