Home
last modified time | relevance | path

Searched refs:dictCellsAvail (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/ficl/
H A Ddict.c135 if ((unsigned)n <= dictCellsAvail(pDict) * sizeof (CELL)) in dictAllot()
166 if (nCells <= dictCellsAvail(pDict)) in dictAllotCells()
284 int dictCellsAvail(FICL_DICT *pDict) in dictCellsAvail() function
310 if ((n >= 0) && (dictCellsAvail(pDict) * (int)sizeof(CELL) < n)) in dictCheck()
855 if( dictCellsAvail(dp) < dictThreshold.u ) { in dictCheckThreshold()
H A Dficl.c321 assert(dictCellsAvail(pSys->dp) > sizeof (FICL_WORD) / sizeof (CELL)); in ficlBuild()
H A Dloader.c813 stackPushINT(pVM->pStack, dictCellsAvail(ficlGetDict(pVM->pSys))); in freeHeap()
H A Dficl.h756 int dictCellsAvail (FICL_DICT *pDict);
H A Dwords.c5217 assert(dictCellsAvail(dp) > 0); in ficlCompileCore()