Home
last modified time | relevance | path

Searched refs:FICL_DEFAULT_VOCS (Results 1 – 9 of 9) sorted by relevance

/freebsd/stand/ficl/aarch64/
H A Dsysdep.h327 #if !defined FICL_DEFAULT_VOCS
328 #define FICL_DEFAULT_VOCS 16 macro
/freebsd/stand/ficl/amd64/
H A Dsysdep.h347 #if !defined FICL_DEFAULT_VOCS
348 #define FICL_DEFAULT_VOCS 16 macro
/freebsd/stand/ficl/i386/
H A Dsysdep.h345 #if !defined FICL_DEFAULT_VOCS
346 #define FICL_DEFAULT_VOCS 16 macro
/freebsd/stand/ficl/arm/
H A Dsysdep.h338 #if !defined FICL_DEFAULT_VOCS
339 #define FICL_DEFAULT_VOCS 16 macro
/freebsd/stand/ficl/riscv/
H A Dsysdep.h327 #if !defined FICL_DEFAULT_VOCS
328 #define FICL_DEFAULT_VOCS 16 macro
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h338 #if !defined FICL_DEFAULT_VOCS
339 #define FICL_DEFAULT_VOCS 16 macro
/freebsd/stand/ficl/
H A Dsearch.c197 if (nLists > FICL_DEFAULT_VOCS) in setOrder()
285 if (dp->nLists > FICL_DEFAULT_VOCS) in searchPush()
384 ficlSetEnv(pSys, "wordlists", FICL_DEFAULT_VOCS); in ficlCompileSearch()
H A Ddict.c320 if (pDict->nLists > FICL_DEFAULT_VOCS) in dictCheck()
H A Dficl.h734 FICL_HASH *pSearch[FICL_DEFAULT_VOCS];