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

/freebsd-current/stand/ficl/
H A Dsearch.c59 FICL_DICT *pDict = vmGetDict(pVM); local
111 FICL_DICT *pDict = vmGetDict(pVM); local
172 FICL_DICT *pDict local
[all...]
H A Dtools.c696 FICL_DICT *pDict = vmGetDict(pVM); local
721 FICL_DICT *pDict = vmGetDict(pVM); local
H A Ddict.c81 void dictAbortDefinition(FICL_DICT *pDict) argument
118 void dictAlign(FICL_DICT *pDict) argument
129 int dictAllot(FICL_DICT *pDict, int n) argument
161 dictAllotCells(FICL_DICT *pDict, int nCells) argument
190 dictAppendCell(FICL_DICT *pDict, CELL c) argument
201 dictAppendChar(FICL_DICT *pDict, char c) argument
215 dictAppendWord(FICL_DICT *pDict, char *name, FICL_CODE pCode, UNS8 flags) argument
233 dictAppendWord2(FICL_DICT *pDict, STRINGINFO si, FICL_CODE pCode, UNS8 flags) argument
273 dictAppendUNS(FICL_DICT *pDict, FICL_UNS u) argument
284 dictCellsAvail(FICL_DICT *pDict) argument
294 dictCellsUsed(FICL_DICT *pDict) argument
308 dictCheck(FICL_DICT *pDict, FICL_VM *pVM, int n) argument
345 dictCopyName(FICL_DICT *pDict, STRINGINFO si) argument
387 FICL_DICT *pDict; local
428 dictDelete(FICL_DICT *pDict) argument
441 dictEmpty(FICL_DICT *pDict, unsigned nHash) argument
545 dictIncludes(FICL_DICT *pDict, void *p) argument
558 dictLookup(FICL_DICT *pDict, STRINGINFO si) argument
589 FICL_DICT *pDict = pSys->dp; local
623 dictResetSearchOrder(FICL_DICT *pDict) argument
640 dictSetFlags(FICL_DICT *pDict, UNS8 set, UNS8 clr) argument
653 dictSetImmediate(FICL_DICT *pDict) argument
666 dictUnsmudge(FICL_DICT *pDict) argument
688 dictWhere(FICL_DICT *pDict) argument
[all...]
H A Dwords.c2886 FICL_DICT *pDict = vmGetDict(pVM); local
3974 FICL_DICT *pDict = vmGetDict(pVM); local
4252 FICL_DICT *pDict = vmGetDict(pVM); local
4305 FICL_DICT *pDict; local
4367 FICL_DICT *pDict = vmGetDict(pVM); local
4395 FICL_DICT *pDict = vmGetDict(pVM); local
[all...]

Completed in 145 milliseconds