Searched defs:pStack (Results 1 – 4 of 4) sorted by relevance
74 FICL_STACK *pStack = pVM->pStack; in vmCheckStack() local116 FICL_STACK *pStack = ficlMalloc(size); in stackCreate() local135 void stackDelete(FICL_STACK *pStack) in stackDelete()148 int stackDepth(FICL_STACK *pStack) in stackDepth()158 void stackDrop(FICL_STACK *pStack, int n) in stackDrop()173 CELL stackFetch(FICL_STACK *pStack, int n) in stackFetch()178 void stackStore(FICL_STACK *pStack, int n, CELL c) in stackStore()190 CELL stackGetTop(FICL_STACK *pStack) in stackGetTop()205 void stackLink(FICL_STACK *pStack, int nCells) in stackLink()221 void stackUnlink(FICL_STACK *pStack) in stackUnlink()[all …]
215 void i64Push(FICL_STACK *pStack, DPINT i64) in i64Push()222 void u64Push(FICL_STACK *pStack, DPUNS u64) in u64Push()236 DPINT i64Pop(FICL_STACK *pStack) in i64Pop()244 DPUNS u64Pop(FICL_STACK *pStack) in u64Pop()
486 FICL_STACK *pStack; /* param stack */ member
4578 FICL_STACK pStack; in ficlCatch() local