Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dluaconf.h231 #define LUAI_MAXSHORTLEN 40 macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.c158 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()