Searched refs:LUAI_MAXSHORTLEN (Results 1 – 4 of 4) sorted by relevance
188 #if !defined(LUAI_MAXSHORTLEN)189 #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()
663 if (tl <= LUAI_MAXSHORTLEN) { /* is result a short string? */ in luaV_concat()664 char buff[LUAI_MAXSHORTLEN]; in luaV_concat()
Completed in 9 milliseconds