Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dprefix.c161 FICL_HASH *pPrevCompile = dp->pCompile; in ficlCompilePrefix()
185 dp->pCompile = pHash; in ficlCompilePrefix()
195 dp->pCompile = pPrevCompile; in ficlCompilePrefix()
H A Dsearch.c67 pDict->pCompile = pDict->pSearch[pDict->nLists-1]; in definitions()
95 stackPushPtr(pVM->pStack, vmGetDict(pVM)->pCompile); in getCurrent()
174 pDict->pCompile = pHash; in setCurrent()
H A Ddict.c626 pDict->pCompile = pDict->pForthWords; in dictResetSearchOrder()
669 FICL_HASH *pHash = pDict->pCompile; in dictUnsmudge()
H A Dtools.c722 FICL_HASH *pHash = pDict->pCompile; in forget()
H A Dficl.h733 FICL_HASH *pCompile; member