Searched refs:pDict (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/stand/ficl/
H A Ddict.c70 static char *dictCopyName(FICL_DICT *pDict, STRINGINFO si);
82 void dictAbortDefinition(FICL_DICT *pDict) argument
86 pFW = pDict->smudge;
89 pDict->here = (CELL *)pFW->name;
119 void dictAlign(FICL_DICT *pDict) argument
121 pDict->here = alignPtr(pDict->here);
130 int dictAllot(FICL_DICT *pDict, int n) argument
132 char *cp = (char *)pDict->here;
136 if ((unsigned)n <= dictCellsAvail(pDict) * sizeo
162 dictAllotCells(FICL_DICT *pDict, int nCells) argument
191 dictAppendCell(FICL_DICT *pDict, CELL c) argument
202 dictAppendChar(FICL_DICT *pDict, char c) argument
216 dictAppendWord(FICL_DICT *pDict, char *name, FICL_CODE pCode, UNS8 flags) argument
234 dictAppendWord2(FICL_DICT *pDict, STRINGINFO si, FICL_CODE pCode, UNS8 flags) argument
274 dictAppendUNS(FICL_DICT *pDict, FICL_UNS u) argument
285 dictCellsAvail(FICL_DICT *pDict) argument
295 dictCellsUsed(FICL_DICT *pDict) argument
309 dictCheck(FICL_DICT *pDict, FICL_VM *pVM, int n) argument
346 dictCopyName(FICL_DICT *pDict, STRINGINFO si) argument
388 FICL_DICT *pDict; local
429 dictDelete(FICL_DICT *pDict) argument
442 dictEmpty(FICL_DICT *pDict, unsigned nHash) argument
546 dictIncludes(FICL_DICT *pDict, void *p) argument
559 dictLookup(FICL_DICT *pDict, STRINGINFO si) argument
590 FICL_DICT *pDict = pSys->dp; local
624 dictResetSearchOrder(FICL_DICT *pDict) argument
641 dictSetFlags(FICL_DICT *pDict, UNS8 set, UNS8 clr) argument
654 dictSetImmediate(FICL_DICT *pDict) argument
667 dictUnsmudge(FICL_DICT *pDict) argument
689 dictWhere(FICL_DICT *pDict) argument
[all...]
H A Dsearch.c60 FICL_DICT *pDict = vmGetDict(pVM); local
62 assert(pDict);
63 if (pDict->nLists < 1)
68 pDict->pCompile = pDict->pSearch[pDict->nLists-1];
112 FICL_DICT *pDict = vmGetDict(pVM); local
113 int nLists = pDict->nLists;
119 stackPushPtr(pVM->pStack, pDict->pSearch[i]);
173 FICL_DICT *pDict local
[all...]
H A Dficl.h742 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 *pDict,
756 void dictAppendUNS (FICL_DICT *pDict, FICL_UNS u);
757 int dictCellsAvail (FICL_DICT *pDict);
[all...]
H A Dtools.c697 FICL_DICT *pDict = vmGetDict(pVM); local
701 hashForget(pHash, pDict->here);
722 FICL_DICT *pDict = vmGetDict(pVM); local
723 FICL_HASH *pHash = pDict->pCompile;
728 pDict->here = PTRtoCELL where;
H A Dwords.c2887 FICL_DICT *pDict = vmGetDict(pVM); local
2888 FICL_WORD *wp = pDict->smudge;
3975 FICL_DICT *pDict = vmGetDict(pVM); local
3978 dictAppendCell(pDict, LVALUEtoCELL(pDict->smudge));
4253 FICL_DICT *pDict = vmGetDict(pVM); local
4265 dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pGetLocal0));
4269 dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pGetLocal1));
4273 dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pGetLocalParen));
4274 dictAppendCell(pDict, LVALUEtoCEL
4306 FICL_DICT *pDict; local
4368 FICL_DICT *pDict = vmGetDict(pVM); local
4396 FICL_DICT *pDict = vmGetDict(pVM); local
[all...]

Completed in 177 milliseconds