Searched defs:pDict (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/stand/ficl/
H A Dsearch.c60 FICL_DICT *pDict = vmGetDict(pVM); local
112 FICL_DICT *pDict = vmGetDict(pVM); local
173 FICL_DICT *pDict local
[all...]
H A Dtools.c697 FICL_DICT *pDict = vmGetDict(pVM); local
722 FICL_DICT *pDict = vmGetDict(pVM); local
H A Ddict.c82 void dictAbortDefinition(FICL_DICT *pDict) argument
119 void dictAlign(FICL_DICT *pDict) argument
130 int dictAllot(FICL_DICT *pDict, int n) argument
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 Dwords.c2887 FICL_DICT *pDict = vmGetDict(pVM); local
3975 FICL_DICT *pDict = vmGetDict(pVM); local
4253 FICL_DICT *pDict = vmGetDict(pVM); local
4306 FICL_DICT *pDict; local
4368 FICL_DICT *pDict = vmGetDict(pVM); local
4396 FICL_DICT *pDict = vmGetDict(pVM); local
[all...]

Completed in 80 milliseconds