Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/lua/src/
HDlstate.h338 #define gco2p(o) check_exp((o)->tt == LUA_VPROTO, &((cast_u(o))->p))
HDlgc.c131 case LUA_VPROTO: return &gco2p(o)->gclist; in getgclist()
317 case LUA_VTHREAD: case LUA_VPROTO: { in reallymarkobject()
661 case LUA_VPROTO: return traverseproto(g, gco2p(o)); in propagatemark()
766 case LUA_VPROTO: in freeobj()
HDlfunc.c247 GCObject *o = luaC_newobj(L, LUA_VPROTO, sizeof(Proto)); in luaF_newproto()
HDlobject.h487 #define LUA_VPROTO makevariant(LUA_TPROTO, 0) macro