Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dficl.h511 #if !defined FICL_PAD_SIZE
512 #define FICL_PAD_SIZE (256) macro
1018 char pad[FICL_PAD_SIZE]; /* the scratch area (see above) */
H A Dprimitives.c2109 if (FICL_STRING_GET_LENGTH(name) > FICL_PAD_SIZE - 1) in ficlPrimitiveWord()
2110 FICL_STRING_SET_LENGTH(name, FICL_PAD_SIZE - 1); in ficlPrimitiveWord()
3310 (void) ficlDictionarySetConstant(environment, "/hold", FICL_PAD_SIZE); in ficlSystemCompileCore()
3311 (void) ficlDictionarySetConstant(environment, "/pad", FICL_PAD_SIZE); in ficlSystemCompileCore()
H A Dvm.c2172 if (FICL_STRING_GET_LENGTH(s) >= FICL_PAD_SIZE) in ficlVmGetWordToPad()
2173 FICL_STRING_SET_LENGTH(s, FICL_PAD_SIZE - 1); in ficlVmGetWordToPad()