stand/ficl/ficl.c
219
dictAppendCell(dp, LVALUEtoCELL(pStep));
stand/ficl/ficl.c
587
dictAppendCell(envp, LVALUEtoCELL(value));
stand/ficl/ficl.c
608
dictAppendCell(envp, LVALUEtoCELL(lo));
stand/ficl/ficl.c
609
dictAppendCell(envp, LVALUEtoCELL(hi));
stand/ficl/ficl.h
745
void dictAppendCell (FICL_DICT *pDict, CELL c);
stand/ficl/float.c
308
dictAppendCell(dp, stackPop(pVM->fStack));
stand/ficl/float.c
667
dictAppendCell(dp, LVALUEtoCELL(pfLitParen));
stand/ficl/float.c
668
dictAppendCell(dp, stackPop(pVM->fStack));
stand/ficl/prefix.c
174
dictAppendCell(dp, LVALUEtoCELL(pHash));
stand/ficl/words.c
1281
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranch0));
stand/ficl/words.c
1309
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen));
stand/ficl/words.c
137
dictAppendCell(dp, LVALUEtoCELL(offset));
stand/ficl/words.c
1402
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pDrop));
stand/ficl/words.c
1465
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pOfParen));
stand/ficl/words.c
1507
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen));
stand/ficl/words.c
1549
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen));
stand/ficl/words.c
1721
dictAppendCell(dp, LVALUEtoCELL(tempFW));
stand/ficl/words.c
1826
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pLitParen));
stand/ficl/words.c
1827
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
1838
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pTwoLitParen));
stand/ficl/words.c
1839
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
1840
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
2023
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pDoParen));
stand/ficl/words.c
2063
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pQDoParen));
stand/ficl/words.c
2133
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pLoopParen));
stand/ficl/words.c
2146
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pPLoopParen));
stand/ficl/words.c
2419
dictAppendCell(dp, c);
stand/ficl/words.c
2516
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
2521
dictAppendCell(dp, LVALUEtoCELL(pComma));
stand/ficl/words.c
2617
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pCStringLit));
stand/ficl/words.c
2660
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pStringLit));
stand/ficl/words.c
2663
dictAppendCell(dp, LVALUEtoCELL(pType));
stand/ficl/words.c
2717
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pStringLit));
stand/ficl/words.c
2816
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pUnLinkParen));
stand/ficl/words.c
2823
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pDoesParen));
stand/ficl/words.c
3238
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranch0));
stand/ficl/words.c
3249
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranch0));
stand/ficl/words.c
3261
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen));
stand/ficl/words.c
3276
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen));
stand/ficl/words.c
3480
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pStringLit));
stand/ficl/words.c
3977
dictAppendCell(pDict, LVALUEtoCELL(pDict->smudge));
stand/ficl/words.c
4107
dictAppendCell(dp, c);
stand/ficl/words.c
4134
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pToLocalParen));
stand/ficl/words.c
4135
dictAppendCell(dp, LVALUEtoCELL(pFW->param[0]));
stand/ficl/words.c
4140
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pTo2LocalParen));
stand/ficl/words.c
4141
dictAppendCell(dp, LVALUEtoCELL(pFW->param[0]));
stand/ficl/words.c
4162
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pStore));
stand/ficl/words.c
4264
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pGetLocal0));
stand/ficl/words.c
4268
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pGetLocal1));
stand/ficl/words.c
4272
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pGetLocalParen));
stand/ficl/words.c
4273
dictAppendCell(pDict, LVALUEtoCELL(nLocal));
stand/ficl/words.c
4324
dictAppendCell(pLoc, LVALUEtoCELL(pVM->pSys->nLocals));
stand/ficl/words.c
4328
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pLinkParen));
stand/ficl/words.c
4331
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->nLocals));
stand/ficl/words.c
4333
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pToLocal0));
stand/ficl/words.c
4337
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pToLocal1));
stand/ficl/words.c
4341
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pToLocalParen));
stand/ficl/words.c
4342
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->nLocals));
stand/ficl/words.c
4377
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pGet2LocalParen));
stand/ficl/words.c
4378
dictAppendCell(pDict, LVALUEtoCELL(nLocal));
stand/ficl/words.c
4409
dictAppendCell(pLoc, LVALUEtoCELL(pVM->pSys->nLocals));
stand/ficl/words.c
4413
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pLinkParen));
stand/ficl/words.c
4416
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->nLocals));
stand/ficl/words.c
4419
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->pTo2LocalParen));
stand/ficl/words.c
4420
dictAppendCell(pDict, LVALUEtoCELL(pVM->pSys->nLocals));
stand/ficl/words.c
527
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pUnLinkParen));
stand/ficl/words.c
532
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pSemiParen));
stand/ficl/words.c
563
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pUnLinkParen));
stand/ficl/words.c
566
dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pExitParen));
stand/ficl/words.c
616
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
632
dictAppendCell(dp, stackPop(pVM->pStack));
stand/ficl/words.c
633
dictAppendCell(dp, c);