Home
last modified time | relevance | path

Searched refs:LUAI_MAXSHORTLEN (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dllimits.h176 #if !defined(LUAI_MAXSHORTLEN)
177 #define LUAI_MAXSHORTLEN 40 macro
Dlundump.c94 else if (--size <= LUAI_MAXSHORTLEN) { /* short string? */ in LoadString()
95 char buff[LUAI_MAXSHORTLEN]; in LoadString()
Dlstring.c200 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()
Dlvm.c497 if (tl <= LUAI_MAXSHORTLEN) { /* is result a short string? */ in luaV_concat()
498 char buff[LUAI_MAXSHORTLEN]; in luaV_concat()