Home
last modified time | relevance | path

Searched refs:FICL_DEFAULT_DICTIONARY_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dsystem.c139 dictionarySize = FICL_DEFAULT_DICTIONARY_SIZE; in ficlSystemCreate()
H A Dficl.h466 #if !defined FICL_DEFAULT_DICTIONARY_SIZE
467 #define FICL_DEFAULT_DICTIONARY_SIZE (12288) macro