Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dluaconf.h236 #define LUAI_MAXSHORTLEN 40 macro
Dlstring.c157 if (l <= LUAI_MAXSHORTLEN) /* short string? */ in luaS_newlstr()