Home
last modified time | relevance | path

Searched defs:pStack (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/ficl/
H A Dstack.c74 FICL_STACK *pStack = pVM->pStack; in vmCheckStack() local
116 FICL_STACK *pStack = ficlMalloc(size); in stackCreate() local
135 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 …]
H A Dmath64.c215 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()
H A Dficl.h486 FICL_STACK *pStack; /* param stack */ member
H A Dwords.c4578 FICL_STACK pStack; in ficlCatch() local