Searched refs:FICL_STRING_MAX (Results 1 – 3 of 3) sorted by relevance
273 if (SI_COUNT(si) > FICL_STRING_MAX) in vmGetString()275 SI_SETLEN(si, FICL_STRING_MAX); in vmGetString()
300 #define FICL_STRING_MAX UCHAR_MAX macro
5021 ficlSetEnv(pSys, "/counted-string", FICL_STRING_MAX); in ficlCompileCore()