Home
last modified time | relevance | path

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

/freebsd/stand/ficl/aarch64/
H A Dsysdep.h222 #if !defined FICL_MAX_LOCALS
223 #define FICL_MAX_LOCALS 16 macro
/freebsd/stand/ficl/amd64/
H A Dsysdep.h242 #if !defined FICL_MAX_LOCALS
243 #define FICL_MAX_LOCALS 16 macro
/freebsd/stand/ficl/i386/
H A Dsysdep.h240 #if !defined FICL_MAX_LOCALS
241 #define FICL_MAX_LOCALS 16 macro
/freebsd/stand/ficl/arm/
H A Dsysdep.h233 #if !defined FICL_MAX_LOCALS
234 #define FICL_MAX_LOCALS 16 macro
/freebsd/stand/ficl/riscv/
H A Dsysdep.h222 #if !defined FICL_MAX_LOCALS
223 #define FICL_MAX_LOCALS 16 macro
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h233 #if !defined FICL_MAX_LOCALS
234 #define FICL_MAX_LOCALS 16 macro
/freebsd/stand/ficl/
H A Dficl.c132 pSys->localp = dictCreate((unsigned)FICL_MAX_LOCALS * CELLS_PER_WORD); in ficlInitSystemEx()
H A Dwords.c4318 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()