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

/freebsd-12-stable/stand/ficl/aarch64/
H A Dsysdep.h333 ** FICL_MAX_PARSE_STEPS controls the size of an array in the FICL_SYSTEM structure
338 #if !defined FICL_MAX_PARSE_STEPS
339 #define FICL_MAX_PARSE_STEPS 8 macro
/freebsd-12-stable/stand/ficl/amd64/
H A Dsysdep.h353 ** FICL_MAX_PARSE_STEPS controls the size of an array in the FICL_SYSTEM structure
358 #if !defined FICL_MAX_PARSE_STEPS
359 #define FICL_MAX_PARSE_STEPS 8 macro
/freebsd-12-stable/stand/ficl/arm/
H A Dsysdep.h344 ** FICL_MAX_PARSE_STEPS controls the size of an array in the FICL_SYSTEM structure
349 #if !defined FICL_MAX_PARSE_STEPS
350 #define FICL_MAX_PARSE_STEPS 8 macro
/freebsd-12-stable/stand/ficl/i386/
H A Dsysdep.h351 ** FICL_MAX_PARSE_STEPS controls the size of an array in the FICL_SYSTEM structure
356 #if !defined FICL_MAX_PARSE_STEPS
357 #define FICL_MAX_PARSE_STEPS 8 macro
/freebsd-12-stable/stand/ficl/mips/
H A Dsysdep.h344 ** FICL_MAX_PARSE_STEPS controls the size of an array in the FICL_SYSTEM structure
349 #if !defined FICL_MAX_PARSE_STEPS
350 #define FICL_MAX_PARSE_STEPS 8 macro
/freebsd-12-stable/stand/ficl/mips64/
H A Dsysdep.h344 ** FICL_MAX_PARSE_STEPS controls the size of an array in the FICL_SYSTEM structure
349 #if !defined FICL_MAX_PARSE_STEPS
350 #define FICL_MAX_PARSE_STEPS 8 macro
/freebsd-12-stable/stand/ficl/powerpc/
H A Dsysdep.h344 ** FICL_MAX_PARSE_STEPS controls the size of an array in the FICL_SYSTEM structure
349 #if !defined FICL_MAX_PARSE_STEPS
350 #define FICL_MAX_PARSE_STEPS 8 macro
/freebsd-12-stable/stand/ficl/riscv/
H A Dsysdep.h333 ** FICL_MAX_PARSE_STEPS controls the size of an array in the FICL_SYSTEM structure
338 #if !defined FICL_MAX_PARSE_STEPS
339 #define FICL_MAX_PARSE_STEPS 8 macro
/freebsd-12-stable/stand/ficl/sparc64/
H A Dsysdep.h334 ** FICL_MAX_PARSE_STEPS controls the size of an array in the FICL_SYSTEM structure
339 #if !defined FICL_MAX_PARSE_STEPS
340 #define FICL_MAX_PARSE_STEPS 8 macro
/freebsd-12-stable/stand/ficl/
H A Dficl.c197 for (i = 0; i < FICL_MAX_PARSE_STEPS; i++)
237 for (i = 0; i < FICL_MAX_PARSE_STEPS; i++)
H A Dficl.h853 FICL_WORD *parseList[FICL_MAX_PARSE_STEPS];
H A Dwords.c1628 for (i=0; i < FICL_MAX_PARSE_STEPS; i++)

Completed in 188 milliseconds