Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.c98 int nDictCells; in ficlInitSystemEx() local
107 nDictCells = fsi->nDictCells; in ficlInitSystemEx()
108 if (nDictCells <= 0) in ficlInitSystemEx()
109 nDictCells = FICL_DEFAULT_DICT; in ficlInitSystemEx()
115 pSys->dp = dictCreateHashed((unsigned)nDictCells, HASHSIZE); in ficlInitSystemEx()
178 FICL_SYSTEM *ficlInitSystem(int nDictCells) in ficlInitSystem() argument
182 fsi.nDictCells = nDictCells; in ficlInitSystem()
H A Dficl.h895 int nDictCells; /* Size of system's Dictionary */ member
924 FICL_SYSTEM *ficlInitSystem(int nDictCells);