Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllimits.h215 #if !defined(LUAI_MAXSHORTLEN)
216 #define LUAI_MAXSHORTLEN 40 macro
H A Dlundump.c116 else if (--size <= LUAI_MAXSHORTLEN) { /* short string? */ in loadStringN()
117 char buff[LUAI_MAXSHORTLEN]; in loadStringN()
H A Dlstring.c222 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()
H A Dlvm.c669 if (tl <= LUAI_MAXSHORTLEN) { /* is result a short string? */ in luaV_concat()
670 char buff[LUAI_MAXSHORTLEN]; in luaV_concat()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h230 #define LUAI_MAXSHORTLEN 40 macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstring.c157 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()