Home
last modified time | relevance | path

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

/external/lua/src/
Dlstate.h233 #define gco2p(o) check_exp((o)->tt == LUA_TPROTO, &((cast_u(o))->p))
Dlfunc.c100 GCObject *o = luaC_newobj(L, LUA_TPROTO, sizeof(Proto)); in luaF_newproto()
Dlobject.h22 #define LUA_TPROTO LUA_NUMTAGS /* function prototypes */ macro
28 #define LUA_TOTALTAGS (LUA_TPROTO + 2)
Dlgc.c277 case LUA_TPROTO: { in reallymarkobject()
591 case LUA_TPROTO: { in propagatemark()
699 case LUA_TPROTO: luaF_freeproto(L, gco2p(o)); break; in freeobj()