Home
last modified time | relevance | path

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

/external/lua/src/
Dluaconf.h743 #define LUA_IDSIZE 60 macro
Dlobject.c558 size_t bufflen = LUA_IDSIZE; /* free space in buffer */ in luaO_chunkid()
Dlua.h485 char short_src[LUA_IDSIZE]; /* (S) */
Dldebug.c744 char buff[LUA_IDSIZE]; in luaG_addinfo()