Home
last modified time | relevance | path

Searched refs:FICL_DICT (Results 1 – 14 of 14) sorted by relevance

/freebsd/stand/ficl/
H A Ddict.c69 static char *dictCopyName(FICL_DICT *pDict, STRINGINFO si);
81 void dictAbortDefinition(FICL_DICT *pDict) in dictAbortDefinition()
118 void dictAlign(FICL_DICT *pDict) in dictAlign()
129 int dictAllot(FICL_DICT *pDict, int n) in dictAllot()
161 int dictAllotCells(FICL_DICT *pDict, int nCells) in dictAllotCells()
190 void dictAppendCell(FICL_DICT *pDict, CELL c) in dictAppendCell()
201 void dictAppendChar(FICL_DICT *pDict, char c) in dictAppendChar()
215 FICL_WORD *dictAppendWord(FICL_DICT *pDict, in dictAppendWord()
233 FICL_WORD *dictAppendWord2(FICL_DICT *pDict, in dictAppendWord2()
273 void dictAppendUNS(FICL_DICT *pDict, FICL_UNS u) in dictAppendUNS()
[all …]
H A Dficl.h230 typedef struct ficl_dict FICL_DICT; typedef
575 FICL_DICT *vmGetDict (FICL_VM *pVM);
741 void dictAbortDefinition(FICL_DICT *pDict);
742 void dictAlign (FICL_DICT *pDict);
743 int dictAllot (FICL_DICT *pDict, int n);
744 int dictAllotCells (FICL_DICT *pDict, int nCells);
745 void dictAppendCell (FICL_DICT *pDict, CELL c);
746 void dictAppendChar (FICL_DICT *pDict, char c);
747 FICL_WORD *dictAppendWord (FICL_DICT *pDict,
751 FICL_WORD *dictAppendWord2(FICL_DICT *pDict,
[all …]
H A Dsearch.c59 FICL_DICT *pDict = vmGetDict(pVM); in definitions()
111 FICL_DICT *pDict = vmGetDict(pVM); in getOrder()
172 FICL_DICT *pDict = vmGetDict(pVM); in setCurrent()
195 FICL_DICT *dp = vmGetDict(pVM); in setOrder()
239 FICL_DICT *dp = vmGetDict(pVM); in ficlWordlist()
260 FICL_DICT *dp = vmGetDict(pVM); in searchPop()
282 FICL_DICT *dp = vmGetDict(pVM); in searchPush()
356 FICL_DICT *dp = pSys->dp; in ficlCompileSearch()
H A Dwords.c89 static void markBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) in markBranch()
125 static void resolveBackBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) in resolveBackBranch()
148 static void resolveForwardBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) in resolveForwardBranch()
170 static void resolveAbsBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag) in resolveAbsBranch()
463 FICL_DICT *dp = vmGetDict(pVM); in colon()
516 FICL_DICT *dp = vmGetDict(pVM); in semicolonCoIm()
525 FICL_DICT *pLoc = ficlGetLoc(pVM->pSys); in semicolonCoIm()
556 FICL_DICT *dp = vmGetDict(pVM); in exitCoIm()
609 FICL_DICT *dp = vmGetDict(pVM); in constant()
623 FICL_DICT *dp = vmGetDict(pVM); in twoConstant()
[all …]
H A Dficl.c217 FICL_DICT *dp = pSys->dp; in ficlAddPrecompiledParseStep()
370 FICL_DICT *dp = pSys->dp; in ficlExecC()
554 FICL_DICT *ficlGetDict(FICL_SYSTEM *pSys) in ficlGetDict()
564 FICL_DICT *ficlGetEnv(FICL_SYSTEM *pSys) in ficlGetEnv()
579 FICL_DICT *envp = pSys->envp; in ficlSetEnv()
601 FICL_DICT *envp = pSys->envp; in ficlSetEnvD()
627 FICL_DICT *ficlGetLoc(FICL_SYSTEM *pSys) in ficlGetLoc()
H A Dtools.c112 int isAFiclWord(FICL_DICT *pd, FICL_WORD *pFW) in isAFiclWord()
156 FICL_DICT *pd = vmGetDict(pVM); in findEnclosingWord()
190 FICL_DICT *pd = vmGetDict(pVM); in seeColon()
652 FICL_DICT *dp = vmGetDict(pVM); in displayRStack()
696 FICL_DICT *pDict = vmGetDict(pVM); in forgetWid()
721 FICL_DICT *pDict = vmGetDict(pVM); in forget()
740 FICL_DICT *dp = vmGetDict(pVM); in listWords()
817 FICL_DICT *dp = pVM->pSys->envp; in listEnv()
880 FICL_DICT *dp = pSys->dp; in ficlCompileTools()
H A Dunix.c17 void ficlCompilePlatform(FICL_DICT *dp) in ficlCompilePlatform()
H A Dfloat.c300 FICL_DICT *dp = vmGetDict(pVM); in Fconstant()
660 FICL_DICT *dp = vmGetDict(pVM); in fliteralIm()
993 FICL_DICT *dp = pSys->dp; in ficlCompileFloat()
H A Dprefix.c159 FICL_DICT *dp = pSys->dp; in ficlCompilePrefix()
H A Dgfx_loader.c241 FICL_DICT *dp = pSys->dp; in ficlCompileGfx()
H A Dfileaccess.c402 FICL_DICT *dp = pSys->dp; in ficlCompileFile()
H A Dvm.c253 FICL_DICT *vmGetDict(FICL_VM *pVM) in vmGetDict()
H A Dloader.c836 FICL_DICT *dp = pSys->dp; in ficlCompilePlatform()
/freebsd/stand/ficl/x86/
H A Dsysdep.c41 FICL_DICT *dp = pSys->dp; in ficlCompileCpufunc()