Searched refs:LUA_TPROTO (Results 1 – 4 of 4) sorted by relevance
210 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p))
111 Proto *f = &luaC_newobj(L, LUA_TPROTO, sizeof(Proto), NULL, 0)->p; in luaF_newproto()
286 case LUA_TPROTO: { in reallymarkobject()547 case LUA_TPROTO: { in propagatemark()658 case LUA_TPROTO: luaF_freeproto(L, gco2p(o)); break; in freeobj()
22 #define LUA_TPROTO LUA_NUMTAGS macro