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

/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.h324 ** FICL_DEFAULT_VOCS specifies the maximum number of wordlists in
328 #if !defined FICL_DEFAULT_VOCS
329 #define FICL_DEFAULT_VOCS 16 macro
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.h344 ** FICL_DEFAULT_VOCS specifies the maximum number of wordlists in
348 #if !defined FICL_DEFAULT_VOCS
349 #define FICL_DEFAULT_VOCS 16 macro
/freebsd-11-stable/stand/ficl/arm/
H A Dsysdep.h335 ** FICL_DEFAULT_VOCS specifies the maximum number of wordlists in
339 #if !defined FICL_DEFAULT_VOCS
340 #define FICL_DEFAULT_VOCS 16 macro
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.h342 ** FICL_DEFAULT_VOCS specifies the maximum number of wordlists in
346 #if !defined FICL_DEFAULT_VOCS
347 #define FICL_DEFAULT_VOCS 16 macro
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.h335 ** FICL_DEFAULT_VOCS specifies the maximum number of wordlists in
339 #if !defined FICL_DEFAULT_VOCS
340 #define FICL_DEFAULT_VOCS 16 macro
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.h335 ** FICL_DEFAULT_VOCS specifies the maximum number of wordlists in
339 #if !defined FICL_DEFAULT_VOCS
340 #define FICL_DEFAULT_VOCS 16 macro
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.h324 ** FICL_DEFAULT_VOCS specifies the maximum number of wordlists in
328 #if !defined FICL_DEFAULT_VOCS
329 #define FICL_DEFAULT_VOCS 16 macro
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.h335 ** FICL_DEFAULT_VOCS specifies the maximum number of wordlists in
339 #if !defined FICL_DEFAULT_VOCS
340 #define FICL_DEFAULT_VOCS 16 macro
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.h325 ** FICL_DEFAULT_VOCS specifies the maximum number of wordlists in
329 #if !defined FICL_DEFAULT_VOCS
330 #define FICL_DEFAULT_VOCS 16 macro
/freebsd-11-stable/stand/ficl/
H A Dsearch.c198 if (nLists > FICL_DEFAULT_VOCS)
286 if (dp->nLists > FICL_DEFAULT_VOCS)
385 ficlSetEnv(pSys, "wordlists", FICL_DEFAULT_VOCS);
H A Ddict.c321 if (pDict->nLists > FICL_DEFAULT_VOCS)
H A Dficl.h735 FICL_HASH *pSearch[FICL_DEFAULT_VOCS];

Completed in 109 milliseconds