Searched refs:dictAppendCell (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/boot/ficl/ |
| HD | words.c | 138 dictAppendCell(dp, LVALUEtoCELL(offset)); in resolveBackBranch() 528 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pUnLinkParen)); in semicolonCoIm() 533 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pSemiParen)); in semicolonCoIm() 564 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pUnLinkParen)); in exitCoIm() 567 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pExitParen)); in exitCoIm() 617 dictAppendCell(dp, stackPop(pVM->pStack)); in constant() 633 dictAppendCell(dp, stackPop(pVM->pStack)); in twoConstant() 634 dictAppendCell(dp, c); in twoConstant() 1282 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranch0)); in ifCoIm() 1310 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen)); in elseCoIm() [all …]
|
| HD | ficl.c | 220 dictAppendCell(dp, LVALUEtoCELL(pStep)); in ficlAddPrecompiledParseStep() 588 dictAppendCell(envp, LVALUEtoCELL(value)); in ficlSetEnv() 609 dictAppendCell(envp, LVALUEtoCELL(lo)); in ficlSetEnvD() 610 dictAppendCell(envp, LVALUEtoCELL(hi)); in ficlSetEnvD()
|
| HD | prefix.c | 175 dictAppendCell(dp, LVALUEtoCELL(pHash)); in ficlCompilePrefix()
|
| HD | float.c | 309 dictAppendCell(dp, stackPop(pVM->fStack)); in Fconstant() 668 dictAppendCell(dp, LVALUEtoCELL(pfLitParen)); in fliteralIm() 669 dictAppendCell(dp, stackPop(pVM->fStack)); in fliteralIm()
|
| HD | dict.c | 191 void dictAppendCell(FICL_DICT *pDict, CELL c) in dictAppendCell() function
|
| HD | ficl.h | 746 void dictAppendCell (FICL_DICT *pDict, CELL c);
|