Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Ddict.c118 void dictAlign(FICL_DICT *pDict) in dictAlign()
129 int dictAllot(FICL_DICT *pDict, int n) in dictAllot()
284 int dictCellsAvail(FICL_DICT *pDict) in dictCellsAvail()
294 int dictCellsUsed(FICL_DICT *pDict) in dictCellsUsed()
379 FICL_DICT *dictCreate(unsigned nCells) in dictCreate()
387 FICL_DICT *pDict; in dictCreateHashed()
428 void dictDelete(FICL_DICT *pDict) in dictDelete()
477 FICL_DICT *dp = vmGetDict(pVM); in dictHashSummary()
589 FICL_DICT *pDict = pSys->dp; in ficlLookupLoc()
666 void dictUnsmudge(FICL_DICT *pDict) in dictUnsmudge()
[all …]
H A Dficl.h230 typedef struct ficl_dict FICL_DICT; typedef
575 FICL_DICT *vmGetDict (FICL_VM *pVM);
742 void dictAlign (FICL_DICT *pDict);
747 FICL_WORD *dictAppendWord (FICL_DICT *pDict,
760 FICL_DICT *dictCreate(unsigned nCELLS);
846 FICL_DICT *dp;
847 FICL_DICT *envp;
849 FICL_DICT *localp;
1018 FICL_DICT *ficlGetDict(FICL_SYSTEM *pSys);
1019 FICL_DICT *ficlGetEnv (FICL_SYSTEM *pSys);
[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.c463 FICL_DICT *dp = vmGetDict(pVM); in colon()
516 FICL_DICT *dp = vmGetDict(pVM); in semicolonCoIm()
1368 FICL_DICT *dp; in endcaseCoIm()
2379 FICL_DICT *dp; in allot()
2399 FICL_DICT *dp; in here()
2411 FICL_DICT *dp; in comma()
2425 FICL_DICT *dp; in cComma()
2705 FICL_DICT *dp; in sLiteralCoIm()
3399 FICL_DICT *envp; in environmentQ()
4305 FICL_DICT *pDict; in localParen()
[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 Dprefix.c159 FICL_DICT *dp = pSys->dp; in ficlCompilePrefix()
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 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()