Searched refs:FICL_DEFAULT_STACK (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.h300 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
304 #if !defined FICL_DEFAULT_STACK
305 #define FICL_DEFAULT_STACK 128 macro
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.h320 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
324 #if !defined FICL_DEFAULT_STACK
325 #define FICL_DEFAULT_STACK 128 macro
/freebsd-11-stable/stand/ficl/arm/
H A Dsysdep.h311 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
315 #if !defined FICL_DEFAULT_STACK
316 #define FICL_DEFAULT_STACK 128 macro
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.h318 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
322 #if !defined FICL_DEFAULT_STACK
323 #define FICL_DEFAULT_STACK 128 macro
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.h311 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
315 #if !defined FICL_DEFAULT_STACK
316 #define FICL_DEFAULT_STACK 128 macro
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.h311 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
315 #if !defined FICL_DEFAULT_STACK
316 #define FICL_DEFAULT_STACK 128 macro
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.h300 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
304 #if !defined FICL_DEFAULT_STACK
305 #define FICL_DEFAULT_STACK 128 macro
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.h311 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
315 #if !defined FICL_DEFAULT_STACK
316 #define FICL_DEFAULT_STACK 128 macro
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.h301 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
305 #if !defined FICL_DEFAULT_STACK
306 #define FICL_DEFAULT_STACK 128 macro
/freebsd-11-stable/stand/ficl/
H A Dficl.c80 static int defaultStack = FICL_DEFAULT_STACK;
643 if (nStackCells >= FICL_DEFAULT_STACK)
646 defaultStack = FICL_DEFAULT_STACK;
H A Dfloat.c1063 ficlSetEnv(pSys, "floating-stack", FICL_DEFAULT_STACK);
H A Dwords.c5046 ficlSetEnv(pSys, "return-stack-cells",FICL_DEFAULT_STACK);
5047 ficlSetEnv(pSys, "stack-cells", FICL_DEFAULT_STACK);

Completed in 147 milliseconds