Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dllimits.h188 #if !defined(LUAI_MAXSHORTLEN)
189 #define LUAI_MAXSHORTLEN 40 macro
A Dlundump.c116 else if (--size <= LUAI_MAXSHORTLEN) { /* short string? */ in loadStringN()
117 char buff[LUAI_MAXSHORTLEN]; in loadStringN()
A Dlstring.c222 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()
A Dlvm.c663 if (tl <= LUAI_MAXSHORTLEN) { /* is result a short string? */ in luaV_concat()
664 char buff[LUAI_MAXSHORTLEN]; in luaV_concat()

Completed in 9 milliseconds