Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/ficl/
Dprefix.c162 FICL_HASH *pPrevCompile = dp->pCompile; in ficlCompilePrefix()
186 dp->pCompile = pHash; in ficlCompilePrefix()
196 dp->pCompile = pPrevCompile; in ficlCompilePrefix()
Dsearch.c68 pDict->pCompile = pDict->pSearch[pDict->nLists-1]; in definitions()
96 stackPushPtr(pVM->pStack, vmGetDict(pVM)->pCompile); in getCurrent()
175 pDict->pCompile = pHash; in setCurrent()
Ddict.c627 pDict->pCompile = pDict->pForthWords; in dictResetSearchOrder()
670 FICL_HASH *pHash = pDict->pCompile; in dictUnsmudge()
Dtools.c723 FICL_HASH *pHash = pDict->pCompile; in forget()
Dficl.h734 FICL_HASH *pCompile; member