Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.c423 #define BUFVFS (LUA_IDSIZE + MAXNUMBER2STR + 95)
599 size_t bufflen = LUA_IDSIZE; /* free space in buffer */ in luaO_chunkid()
H A Dluaconf.h768 #define LUA_IDSIZE 60 macro
H A Dlua.h514 char short_src[LUA_IDSIZE]; /* (S) */
H A Dldebug.c803 char buff[LUA_IDSIZE]; in luaG_addinfo()