Home
last modified time | relevance | path

Searched refs:dictAppendCell (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/boot/ficl/
HDwords.c138 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 …]
HDficl.c220 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()
HDprefix.c175 dictAppendCell(dp, LVALUEtoCELL(pHash)); in ficlCompilePrefix()
HDfloat.c309 dictAppendCell(dp, stackPop(pVM->fStack)); in Fconstant()
668 dictAppendCell(dp, LVALUEtoCELL(pfLitParen)); in fliteralIm()
669 dictAppendCell(dp, stackPop(pVM->fStack)); in fliteralIm()
HDdict.c191 void dictAppendCell(FICL_DICT *pDict, CELL c) in dictAppendCell() function
HDficl.h746 void dictAppendCell (FICL_DICT *pDict, CELL c);