Searched refs:LUA_IDSIZE (Results 1 – 4 of 4) sorted by relevance
192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()560 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()564 luaO_chunkid(buff, getstr(src), LUA_IDSIZE); in addinfo()
105 char buff[LUA_IDSIZE]; in lexerror()106 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE); in lexerror()
204 #define LUA_IDSIZE 60 macro
412 char short_src[LUA_IDSIZE]; /* (S) */