Searched refs:pForthWords (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/boot/ficl/
H A Ddict.c456 pDict->pForthWords = pHash;
591 FICL_HASH *pHash = ficlGetLoc(pSys)->pForthWords;
627 pDict->pCompile = pDict->pForthWords;
629 pDict->pSearch[0] = pDict->pForthWords;
H A Dficl.c117 pSys->dp->pForthWords->name = "forth-wordlist";
120 pSys->envp->pForthWords->name = "environment";
432 dictEmpty(pSys->localp, pSys->localp->pForthWords->size);
446 dictEmpty(pSys->localp, pSys->localp->pForthWords->size);
H A Dsearch.c82 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords;
H A Dtestmain.c215 FICL_HASH *pHash = vmGetDict(pVM)->pForthWords;
H A Dficl.h716 ** pForthWords -- pointer to the default wordlist (FICL_HASH).
720 ** pCompile -- compilation wordlist - initially equal to pForthWords
733 FICL_HASH *pForthWords; member in struct:ficl_dict
H A Dtools.c815 FICL_HASH *pHash = dp->pForthWords;
H A Dwords.c527 dictEmpty(pLoc, pLoc->pForthWords->size);
2804 dictEmpty(pLoc, pLoc->pForthWords->size);

Completed in 126 milliseconds