Searched refs:LUAI_MAXSHORTLEN (Results 1 – 4 of 4) sorted by relevance
176 #if !defined(LUAI_MAXSHORTLEN)177 #define LUAI_MAXSHORTLEN 40 macro
94 else if (--size <= LUAI_MAXSHORTLEN) { /* short string? */ in LoadString()95 char buff[LUAI_MAXSHORTLEN]; in LoadString()
200 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()
497 if (tl <= LUAI_MAXSHORTLEN) { /* is result a short string? */ in luaV_concat()498 char buff[LUAI_MAXSHORTLEN]; in luaV_concat()