Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/ficl/
HDdict.c67 CELL dictIncrease; variable
857 dp->dict = ficlMalloc( dictIncrease.u * sizeof (CELL) ); in dictCheckThreshold()
860 dp->size = dictIncrease.u; in dictCheckThreshold()
HDloader.c785 stackPushPtr(pVM->pStack, &dictIncrease); in ficlDictIncrease()
HDficl.h1110 extern CELL dictIncrease;