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

/freebsd-current/stand/ficl/i386/
H A Dsysdep.h317 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
321 #if !defined FICL_DEFAULT_STACK
322 #define FICL_DEFAULT_STACK 128 macro
/freebsd-current/stand/ficl/amd64/
H A Dsysdep.h319 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
323 #if !defined FICL_DEFAULT_STACK
324 #define FICL_DEFAULT_STACK 128 macro
/freebsd-current/stand/ficl/arm/
H A Dsysdep.h310 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
314 #if !defined FICL_DEFAULT_STACK
315 #define FICL_DEFAULT_STACK 128 macro
/freebsd-current/stand/ficl/aarch64/
H A Dsysdep.h299 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
303 #if !defined FICL_DEFAULT_STACK
304 #define FICL_DEFAULT_STACK 128 macro
/freebsd-current/stand/ficl/powerpc/
H A Dsysdep.h310 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
314 #if !defined FICL_DEFAULT_STACK
315 #define FICL_DEFAULT_STACK 128 macro
/freebsd-current/stand/ficl/riscv/
H A Dsysdep.h299 ** FICL_DEFAULT_STACK Specifies the default size (in CELLs) of
303 #if !defined FICL_DEFAULT_STACK
304 #define FICL_DEFAULT_STACK 128 macro
/freebsd-current/stand/ficl/
H A Dficl.c79 static int defaultStack = FICL_DEFAULT_STACK;
642 if (nStackCells >= FICL_DEFAULT_STACK)
645 defaultStack = FICL_DEFAULT_STACK;
H A Dfloat.c1062 ficlSetEnv(pSys, "floating-stack", FICL_DEFAULT_STACK);
H A Dwords.c5045 ficlSetEnv(pSys, "return-stack-cells",FICL_DEFAULT_STACK);
5046 ficlSetEnv(pSys, "stack-cells", FICL_DEFAULT_STACK);

Completed in 82 milliseconds