Searched refs:rStack (Results 1 – 4 of 4) sorted by relevance
2051 stackPush(pVM->rStack, limit); in doParen()2052 stackPush(pVM->rStack, index); in doParen()2114 stackDrop(pVM->rStack, 2); in leaveCo()2123 stackDrop(pVM->rStack, 3); in unloopCo()2248 stackPush(pVM->rStack, POP()); in toRStack()2257 PUSH(stackPop(pVM->rStack)); in fromRStack()4181 stackLink(pVM->rStack, nLink); in linkParen()4188 stackUnlink(pVM->rStack); in unlinkParen()4580 FICL_STACK rStack; in ficlCatch() local4611 memcpy((void*)&rStack, (void*)pVM->rStack, sizeof(FICL_STACK)); in ficlCatch()[all …]
96 if (pVM->rStack) in vmCreate()97 stackDelete(pVM->rStack); in vmCreate()98 pVM->rStack = stackCreate(nRStack); in vmCreate()123 ficlFree(pVM->rStack); in vmDelete()451 pVM->ip = (IPTYPE)(stackPopPtr(pVM->rStack)); in vmPopIP()462 stackPushPtr(pVM->rStack, (void *)pVM->ip); in vmPushIP()501 stackReset(pVM->rStack); in vmQuit()
649 FICL_STACK *pStk = pVM->rStack; in displayRStack()
488 FICL_STACK *rStack; /* return stack */ member