Home
last modified time | relevance | path

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

/trueos/sys/boot/ficl/
HDdict.c162 int dictAllotCells(FICL_DICT *pDict, int nCells) in dictAllotCells() function
HDficl.h745 int dictAllotCells (FICL_DICT *pDict, int nCells);
HDwords.c2313 dictAllotCells(dp, 1); in variable()
2324 dictAllotCells(dp, 2); in twoVariable()
2765 dictAllotCells(dp, 1); in create()