Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/ficl/
HDdict.c66 CELL dictIncrease; variable
856 dp->dict = ficlMalloc( dictIncrease.u * sizeof (CELL) ); in dictCheckThreshold()
859 dp->size = dictIncrease.u; in dictCheckThreshold()
HDficl.h1109 extern CELL dictIncrease;
HDloader.c1004 stackPushPtr(pVM->pStack, &dictIncrease); in ficlDictIncrease()