Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/ficl/
Dficl.c100 int nEnvCells; in ficlInitSystemEx() local
112 nEnvCells = fsi->nEnvCells; in ficlInitSystemEx()
113 if (nEnvCells <= 0) in ficlInitSystemEx()
114 nEnvCells = FICL_DEFAULT_DICT; in ficlInitSystemEx()
119 pSys->envp = dictCreate((unsigned)nEnvCells); in ficlInitSystemEx()
Dficl.h899 int nEnvCells; /* Size of Environment dictionary */ member