Searched refs:LUA_IDSIZE (Results 1 – 4 of 4) sorted by relevance
743 #define LUA_IDSIZE 60 macro
558 size_t bufflen = LUA_IDSIZE; /* free space in buffer */ in luaO_chunkid()
485 char short_src[LUA_IDSIZE]; /* (S) */
744 char buff[LUA_IDSIZE]; in luaG_addinfo()