Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ficl/
Ddict.c67 CELL dictIncrease; variable
857 dp->dict = ficlMalloc( dictIncrease.u * sizeof (CELL) ); in dictCheckThreshold()
860 dp->size = dictIncrease.u; in dictCheckThreshold()
Dloader.c642 stackPushPtr(pVM->pStack, &dictIncrease); in ficlDictIncrease()
Dficl.h1110 extern CELL dictIncrease;