Searched refs:FICL_MAX_LOCALS (Results 1 – 8 of 8) sorted by relevance
222 #if !defined FICL_MAX_LOCALS223 #define FICL_MAX_LOCALS 16 macro
242 #if !defined FICL_MAX_LOCALS243 #define FICL_MAX_LOCALS 16 macro
240 #if !defined FICL_MAX_LOCALS241 #define FICL_MAX_LOCALS 16 macro
233 #if !defined FICL_MAX_LOCALS234 #define FICL_MAX_LOCALS 16 macro
132 pSys->localp = dictCreate((unsigned)FICL_MAX_LOCALS * CELLS_PER_WORD); in ficlInitSystemEx()
4318 if (pVM->pSys->nLocals >= FICL_MAX_LOCALS) in localParen()4403 if (pVM->pSys->nLocals >= FICL_MAX_LOCALS) in twoLocalParen()5098 ficlSetEnv(pSys, "#locals", FICL_MAX_LOCALS); in ficlCompileCore()