Home
last modified time | relevance | path

Searched refs:FICL_STRING_MAX (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Dvm.c272 if (SI_COUNT(si) > FICL_STRING_MAX) in vmGetString()
274 SI_SETLEN(si, FICL_STRING_MAX); in vmGetString()
H A Dficl.h299 #define FICL_STRING_MAX UCHAR_MAX macro
H A Dwords.c5033 ficlSetEnv(pSys, "/counted-string", FICL_STRING_MAX); in ficlCompileCore()