Home
last modified time | relevance | path

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

/NextBSD/sys/boot/ficl/
HDficl.c119 pSys->envp = dictCreate((unsigned)nEnvCells); in ficlInitSystemEx()
133 pSys->localp = dictCreate((unsigned)FICL_MAX_LOCALS * CELLS_PER_WORD); in ficlInitSystemEx()
HDdict.c380 FICL_DICT *dictCreate(unsigned nCells) in dictCreate() function
HDficl.h761 FICL_DICT *dictCreate(unsigned nCELLS);