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

/netbsd-current/external/mit/lua/dist/src/
H A Dllimits.h221 #if !defined(LUAI_MAXSHORTLEN)
222 #define LUAI_MAXSHORTLEN 40 macro
H A Dlundump.c120 else if (--size <= LUAI_MAXSHORTLEN) { /* short string? */
121 char buff[LUAI_MAXSHORTLEN];
H A Dlstring.c226 if (l <= LUAI_MAXSHORTLEN) /* short string? */
H A Dlvm.c711 if (tl <= LUAI_MAXSHORTLEN) { /* is result a short string? */
712 char buff[LUAI_MAXSHORTLEN];

Completed in 258 milliseconds