Searched refs:LUA_IDSIZE (Results 1 – 11 of 11) sorted by relevance
204 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()574 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()578 luaO_chunkid(buff, getstr(src), LUA_IDSIZE); in addinfo()
102 char buff[LUA_IDSIZE]; in lexerror()103 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE); in lexerror()
209 #define LUA_IDSIZE 60 macro
412 char short_src[LUA_IDSIZE]; /* (S) */
394 #define BUFVFS (LUA_IDSIZE + MAXNUMBER2STR + 95)568 size_t bufflen = LUA_IDSIZE; /* free space in buffer */ in luaO_chunkid()
759 #define LUA_IDSIZE 60 macro
491 char short_src[LUA_IDSIZE]; /* (S) */
750 @@ LUA_IDSIZE gives the maximum size for the description of the source754 #define LUA_IDSIZE 60
799 char buff[LUA_IDSIZE]; in luaG_addinfo()
736 #define LUA_IDSIZE 60 macro
753 #define LUA_IDSIZE 60 macro