Searched refs:FICL_DICT (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dunix.c18 void ficlCompilePlatform(FICL_DICT *dp)
H A Ddict.c70 static char *dictCopyName(FICL_DICT *pDict, STRINGINFO si);
82 void dictAbortDefinition(FICL_DICT *pDict)
119 void dictAlign(FICL_DICT *pDict)
130 int dictAllot(FICL_DICT *pDict, int n)
162 int dictAllotCells(FICL_DICT *pDict, int nCells)
191 void dictAppendCell(FICL_DICT *pDict, CELL c)
202 void dictAppendChar(FICL_DICT *pDict, char c)
216 FICL_WORD *dictAppendWord(FICL_DICT *pDict,
234 FICL_WORD *dictAppendWord2(FICL_DICT *pDict,
274 void dictAppendUNS(FICL_DICT *pDic
[all...]
H A Dficl.h231 typedef struct ficl_dict FICL_DICT; typedef in typeref:struct:ficl_dict
576 FICL_DICT *vmGetDict (FICL_VM *pVM);
742 void dictAbortDefinition(FICL_DICT *pDict);
743 void dictAlign (FICL_DICT *pDict);
744 int dictAllot (FICL_DICT *pDict, int n);
745 int dictAllotCells (FICL_DICT *pDict, int nCells);
746 void dictAppendCell (FICL_DICT *pDict, CELL c);
747 void dictAppendChar (FICL_DICT *pDict, char c);
748 FICL_WORD *dictAppendWord (FICL_DICT *pDict,
752 FICL_WORD *dictAppendWord2(FICL_DICT *pDic
[all...]
H A Dsearch.c60 FICL_DICT *pDict = vmGetDict(pVM);
112 FICL_DICT *pDict = vmGetDict(pVM);
173 FICL_DICT *pDict = vmGetDict(pVM);
196 FICL_DICT *dp = vmGetDict(pVM);
240 FICL_DICT *dp = vmGetDict(pVM);
261 FICL_DICT *dp = vmGetDict(pVM);
283 FICL_DICT *dp = vmGetDict(pVM);
357 FICL_DICT *dp = pSys->dp;
H A Dficl.c218 FICL_DICT *dp = pSys->dp;
371 FICL_DICT *dp = pSys->dp;
555 FICL_DICT *ficlGetDict(FICL_SYSTEM *pSys)
565 FICL_DICT *ficlGetEnv(FICL_SYSTEM *pSys)
580 FICL_DICT *envp = pSys->envp;
602 FICL_DICT *envp = pSys->envp;
628 FICL_DICT *ficlGetLoc(FICL_SYSTEM *pSys)
H A Dwords.c90 static void markBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag)
126 static void resolveBackBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag)
149 static void resolveForwardBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag)
171 static void resolveAbsBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag)
464 FICL_DICT *dp = vmGetDict(pVM);
517 FICL_DICT *dp = vmGetDict(pVM);
526 FICL_DICT *pLoc = ficlGetLoc(pVM->pSys);
557 FICL_DICT *dp = vmGetDict(pVM);
610 FICL_DICT *dp = vmGetDict(pVM);
624 FICL_DICT *d
[all...]
H A Dtools.c113 int isAFiclWord(FICL_DICT *pd, FICL_WORD *pFW)
157 FICL_DICT *pd = vmGetDict(pVM);
191 FICL_DICT *pd = vmGetDict(pVM);
653 FICL_DICT *dp = vmGetDict(pVM);
697 FICL_DICT *pDict = vmGetDict(pVM);
722 FICL_DICT *pDict = vmGetDict(pVM);
741 FICL_DICT *dp = vmGetDict(pVM);
818 FICL_DICT *dp = pVM->pSys->envp;
881 FICL_DICT *dp = pSys->dp;
H A Dprefix.c160 FICL_DICT *dp = pSys->dp;
H A Dfloat.c301 FICL_DICT *dp = vmGetDict(pVM);
661 FICL_DICT *dp = vmGetDict(pVM);
994 FICL_DICT *dp = pSys->dp;
H A Dfileaccess.c396 FICL_DICT *dp = pSys->dp;
H A Dvm.c254 FICL_DICT *vmGetDict(FICL_VM *pVM)
H A Dloader.c759 FICL_DICT *dp = pSys->dp;

Completed in 178 milliseconds