Searched refs:rStack (Results 1 – 4 of 4) sorted by relevance
2050 stackPush(pVM->rStack, limit); in doParen()2051 stackPush(pVM->rStack, index); in doParen()2113 stackDrop(pVM->rStack, 2); in leaveCo()2122 stackDrop(pVM->rStack, 3); in unloopCo()2247 stackPush(pVM->rStack, POP()); in toRStack()2256 PUSH(stackPop(pVM->rStack)); in fromRStack()4180 stackLink(pVM->rStack, nLink); in linkParen()4187 stackUnlink(pVM->rStack); in unlinkParen()4579 FICL_STACK rStack; in ficlCatch() local4610 memcpy((void*)&rStack, (void*)pVM->rStack, sizeof(FICL_STACK)); in ficlCatch()[all …]
95 if (pVM->rStack) in vmCreate()96 stackDelete(pVM->rStack); in vmCreate()97 pVM->rStack = stackCreate(nRStack); in vmCreate()122 ficlFree(pVM->rStack); in vmDelete()450 pVM->ip = (IPTYPE)(stackPopPtr(pVM->rStack)); in vmPopIP()461 stackPushPtr(pVM->rStack, (void *)pVM->ip); in vmPushIP()500 stackReset(pVM->rStack); in vmQuit()
648 FICL_STACK *pStk = pVM->rStack; in displayRStack()
487 FICL_STACK *rStack; /* return stack */ member