Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/ficl/
HDficl.c99 int nDictCells; in ficlInitSystemEx() local
108 nDictCells = fsi->nDictCells; in ficlInitSystemEx()
109 if (nDictCells <= 0) in ficlInitSystemEx()
110 nDictCells = FICL_DEFAULT_DICT; in ficlInitSystemEx()
116 pSys->dp = dictCreateHashed((unsigned)nDictCells, HASHSIZE); in ficlInitSystemEx()
179 FICL_SYSTEM *ficlInitSystem(int nDictCells) in ficlInitSystem() argument
183 fsi.nDictCells = nDictCells; in ficlInitSystem()
HDficl.h896 int nDictCells; /* Size of system's Dictionary */ member
925 FICL_SYSTEM *ficlInitSystem(int nDictCells);