Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ficl/
Ddict.c162 int dictAllotCells(FICL_DICT *pDict, int nCells) in dictAllotCells() function
Dficl.h745 int dictAllotCells (FICL_DICT *pDict, int nCells);
Dwords.c2313 dictAllotCells(dp, 1); in variable()
2324 dictAllotCells(dp, 2); in twoVariable()
2765 dictAllotCells(dp, 1); in create()