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