Searched refs:LUA_NUMTYPES (Results 1 – 5 of 5) sorted by relevance
55 unsigned long objcount[LUA_NUMTYPES];
22 #define LUA_TUPVAL LUA_NUMTYPES /* upvalues */23 #define LUA_TPROTO (LUA_NUMTYPES+1) /* function prototypes */24 #define LUA_TDEADKEY (LUA_NUMTYPES+2) /* removed keys in tables */
75 #define LUA_NUMTYPES 9 macro427 #define LUA_NUMTAGS LUA_NUMTYPES
299 struct Table *mt[LUA_NUMTYPES]; /* metatables for basic types */
292 api_check(L, LUA_TNONE <= t && t < LUA_NUMTYPES, "invalid type"); in lua_typename()