Home
last modified time | relevance | path

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

/freebsd-head/contrib/lua/src/
HDllimits.h215 #if !defined(LUAI_MAXSHORTLEN)
216 #define LUAI_MAXSHORTLEN 40 macro
HDlundump.c116 else if (--size <= LUAI_MAXSHORTLEN) { /* short string? */ in loadStringN()
117 char buff[LUAI_MAXSHORTLEN]; in loadStringN()
HDlstring.c222 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()
HDlvm.c669 if (tl <= LUAI_MAXSHORTLEN) { /* is result a short string? */ in luaV_concat()
670 char buff[LUAI_MAXSHORTLEN]; in luaV_concat()
/freebsd-head/sys/contrib/openzfs/include/sys/lua/
HDluaconf.h231 #define LUAI_MAXSHORTLEN 40 macro
/freebsd-head/sys/contrib/openzfs/module/lua/
HDlstring.c158 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()