Searched refs:LUA_NUMTYPES (Results 1 – 3 of 3) sorted by relevance
75 #define LUA_NUMTYPES 9 macro415 #define LUA_NUMTAGS LUA_NUMTYPES
22 #define LUA_TUPVAL LUA_NUMTYPES /* upvalues */23 #define LUA_TPROTO (LUA_NUMTYPES+1) /* function prototypes */
268 api_check(L, LUA_TNONE <= t && t < LUA_NUMTYPES, "invalid type"); in lua_typename()