Home
last modified time | relevance | path

Searched refs:LUA_TOTALTYPES (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dltm.h71 LUAI_DDEC(const char *const luaT_typenames_[LUA_TOTALTYPES];)
Dltm.c30 LUAI_DDEF const char *const luaT_typenames_[LUA_TOTALTYPES] = {
Dlobject.h29 #define LUA_TOTALTYPES (LUA_TPROTO + 2) macro