Searched refs:nDictCells (Results 1 – 2 of 2) sorted by relevance
99 int nDictCells; in ficlInitSystemEx() local108 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() argument183 fsi.nDictCells = nDictCells; in ficlInitSystem()
896 int nDictCells; /* Size of system's Dictionary */ member925 FICL_SYSTEM *ficlInitSystem(int nDictCells);