Searched refs:LUAI_MAXSHORTLEN (Results 1 – 6 of 6) sorted by relevance
215 #if !defined(LUAI_MAXSHORTLEN)216 #define LUAI_MAXSHORTLEN 40 macro
116 else if (--size <= LUAI_MAXSHORTLEN) { /* short string? */ in loadStringN()117 char buff[LUAI_MAXSHORTLEN]; in loadStringN()
222 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()
669 if (tl <= LUAI_MAXSHORTLEN) { /* is result a short string? */ in luaV_concat()670 char buff[LUAI_MAXSHORTLEN]; in luaV_concat()
230 #define LUAI_MAXSHORTLEN 40 macro
157 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()