Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dsystem.c173 (unsigned)FICL_MAX_LOCALS * FICL_CELLS_PER_WORD); in ficlSystemCreate()
H A Dficl.h503 #if (!defined(FICL_MAX_LOCALS)) && FICL_WANT_LOCALS
504 #define FICL_MAX_LOCALS (64) macro
H A Dprimitives.c2482 if (vm->callback.system->localsCount >= FICL_MAX_LOCALS) { in ficlLocalParen()
3389 FICL_MAX_LOCALS); in ficlSystemCompileCore()