Searched refs:FICL_DICT (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/boot/ficl/ |
| HD | dict.c | 70 static char *dictCopyName(FICL_DICT *pDict, STRINGINFO si); 82 void dictAbortDefinition(FICL_DICT *pDict) in dictAbortDefinition() 119 void dictAlign(FICL_DICT *pDict) in dictAlign() 130 int dictAllot(FICL_DICT *pDict, int n) in dictAllot() 162 int dictAllotCells(FICL_DICT *pDict, int nCells) in dictAllotCells() 191 void dictAppendCell(FICL_DICT *pDict, CELL c) in dictAppendCell() 202 void dictAppendChar(FICL_DICT *pDict, char c) in dictAppendChar() 216 FICL_WORD *dictAppendWord(FICL_DICT *pDict, in dictAppendWord() 234 FICL_WORD *dictAppendWord2(FICL_DICT *pDict, in dictAppendWord2() 274 void dictAppendUNS(FICL_DICT *pDict, FICL_UNS u) in dictAppendUNS() [all …]
|
| HD | ficl.h | 231 typedef struct ficl_dict FICL_DICT; typedef 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 *pDict, [all …]
|
| HD | search.c | 60 FICL_DICT *pDict = vmGetDict(pVM); in definitions() 112 FICL_DICT *pDict = vmGetDict(pVM); in getOrder() 173 FICL_DICT *pDict = vmGetDict(pVM); in setCurrent() 196 FICL_DICT *dp = vmGetDict(pVM); in setOrder() 240 FICL_DICT *dp = vmGetDict(pVM); in ficlWordlist() 261 FICL_DICT *dp = vmGetDict(pVM); in searchPop() 283 FICL_DICT *dp = vmGetDict(pVM); in searchPush() 357 FICL_DICT *dp = pSys->dp; in ficlCompileSearch()
|
| HD | words.c | 90 static void markBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) in markBranch() 126 static void resolveBackBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) in resolveBackBranch() 149 static void resolveForwardBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) in resolveForwardBranch() 171 static void resolveAbsBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) in resolveAbsBranch() 464 FICL_DICT *dp = vmGetDict(pVM); in colon() 517 FICL_DICT *dp = vmGetDict(pVM); in semicolonCoIm() 526 FICL_DICT *pLoc = ficlGetLoc(pVM->pSys); in semicolonCoIm() 557 FICL_DICT *dp = vmGetDict(pVM); in exitCoIm() 610 FICL_DICT *dp = vmGetDict(pVM); in constant() 624 FICL_DICT *dp = vmGetDict(pVM); in twoConstant() [all …]
|
| HD | ficl.c | 218 FICL_DICT *dp = pSys->dp; in ficlAddPrecompiledParseStep() 371 FICL_DICT *dp = pSys->dp; in ficlExecC() 555 FICL_DICT *ficlGetDict(FICL_SYSTEM *pSys) in ficlGetDict() 565 FICL_DICT *ficlGetEnv(FICL_SYSTEM *pSys) in ficlGetEnv() 580 FICL_DICT *envp = pSys->envp; in ficlSetEnv() 602 FICL_DICT *envp = pSys->envp; in ficlSetEnvD() 628 FICL_DICT *ficlGetLoc(FICL_SYSTEM *pSys) in ficlGetLoc()
|
| HD | tools.c | 113 int isAFiclWord(FICL_DICT *pd, FICL_WORD *pFW) in isAFiclWord() 157 FICL_DICT *pd = vmGetDict(pVM); in findEnclosingWord() 191 FICL_DICT *pd = vmGetDict(pVM); in seeColon() 653 FICL_DICT *dp = vmGetDict(pVM); in displayRStack() 697 FICL_DICT *pDict = vmGetDict(pVM); in forgetWid() 722 FICL_DICT *pDict = vmGetDict(pVM); in forget() 741 FICL_DICT *dp = vmGetDict(pVM); in listWords() 818 FICL_DICT *dp = pVM->pSys->envp; in listEnv() 881 FICL_DICT *dp = pSys->dp; in ficlCompileTools()
|
| HD | unix.c | 18 void ficlCompilePlatform(FICL_DICT *dp) in ficlCompilePlatform()
|
| HD | float.c | 301 FICL_DICT *dp = vmGetDict(pVM); in Fconstant() 661 FICL_DICT *dp = vmGetDict(pVM); in fliteralIm() 994 FICL_DICT *dp = pSys->dp; in ficlCompileFloat()
|
| HD | prefix.c | 160 FICL_DICT *dp = pSys->dp; in ficlCompilePrefix()
|
| HD | vm.c | 254 FICL_DICT *vmGetDict(FICL_VM *pVM) in vmGetDict()
|
| HD | fileaccess.c | 396 FICL_DICT *dp = pSys->dp; in ficlCompileFile()
|
| HD | loader.c | 894 FICL_DICT *dp = pSys->dp; in ficlCompilePlatform()
|