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

/freebsd-10-stable/sys/boot/ficl/
H A Dmath64.c216 void i64Push(FICL_STACK *pStack, DPINT i64) argument
223 void u64Push(FICL_STACK *pStack, DPUNS u64) argument
237 DPINT i64Pop(FICL_STACK *pStack) argument
245 DPUNS u64Pop(FICL_STACK *pStack) argument
[all...]
H A Dstack.c75 FICL_STACK *pStack = pVM->pStack; local
117 FICL_STACK *pStack = ficlMalloc(size); local
136 stackDelete(FICL_STACK *pStack) argument
149 stackDepth(FICL_STACK *pStack) argument
159 stackDrop(FICL_STACK *pStack, int n) argument
174 stackFetch(FICL_STACK *pStack, int n) argument
179 stackStore(FICL_STACK *pStack, int n, CELL c) argument
191 stackGetTop(FICL_STACK *pStack) argument
206 stackLink(FICL_STACK *pStack, int nCells) argument
222 stackUnlink(FICL_STACK *pStack) argument
235 stackPick(FICL_STACK *pStack, int n) argument
247 stackPop(FICL_STACK *pStack) argument
252 stackPopPtr(FICL_STACK *pStack) argument
257 stackPopUNS(FICL_STACK *pStack) argument
262 stackPopINT(FICL_STACK *pStack) argument
268 stackPopFloat(FICL_STACK *pStack) argument
279 stackPush(FICL_STACK *pStack, CELL c) argument
284 stackPushPtr(FICL_STACK *pStack, void *ptr) argument
289 stackPushUNS(FICL_STACK *pStack, FICL_UNS u) argument
294 stackPushINT(FICL_STACK *pStack, FICL_INT i) argument
300 stackPushFloat(FICL_STACK *pStack, FICL_FLOAT f) argument
311 stackReset(FICL_STACK *pStack) argument
326 stackRoll(FICL_STACK *pStack, int n) argument
366 stackSetTop(FICL_STACK *pStack, CELL c) argument
[all...]
H A Dficl.h487 FICL_STACK *pStack; /* param stack */ member in struct:vm
[all...]
H A Dwords.c4567 FICL_STACK pStack; local
[all...]

Completed in 213 milliseconds