Home
last modified time | relevance | path

Searched refs:dictCreate (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/stand/ficl/
H A Dficl.c119 pSys->envp = dictCreate((unsigned)nEnvCells); in ficlInitSystemEx()
133 pSys->localp = dictCreate((unsigned)FICL_MAX_LOCALS * CELLS_PER_WORD); in ficlInitSystemEx()
H A Ddict.c380 FICL_DICT *dictCreate(unsigned nCells) in dictCreate() function
H A Dficl.h761 FICL_DICT *dictCreate(unsigned nCELLS);