OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUA_NUMTYPES
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/lua/dist/src/
lobject.h
24
#define LUA_TUPVAL
LUA_NUMTYPES
/* upvalues */
25
#define LUA_TPROTO (
LUA_NUMTYPES
+1) /* function prototypes */
26
#define LUA_TDEADKEY (
LUA_NUMTYPES
+2) /* removed keys in tables */
lstate.h
301
struct Table *mt[
LUA_NUMTYPES
]; /* metatables for basic types */
lua.h
79
#define
LUA_NUMTYPES
9
450
#define LUA_NUMTAGS
LUA_NUMTYPES
lapi.c
298
api_check(L, LUA_TNONE <= t && t <
LUA_NUMTYPES
, "invalid type");
Completed in 25 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026