Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.c99 int nEnvCells; in ficlInitSystemEx() local
111 nEnvCells = fsi->nEnvCells; in ficlInitSystemEx()
112 if (nEnvCells <= 0) in ficlInitSystemEx()
113 nEnvCells = FICL_DEFAULT_DICT; in ficlInitSystemEx()
118 pSys->envp = dictCreate((unsigned)nEnvCells); in ficlInitSystemEx()
H A Dficl.h898 int nEnvCells; /* Size of Environment dictionary */ member