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

/freebsd-current/stand/ficl/
H A Dstack.c74 FICL_STACK *pStack = pVM->pStack; local
116 FICL_STACK *pStack = ficlMalloc(size); local
135 stackDelete(FICL_STACK *pStack) argument
148 stackDepth(FICL_STACK *pStack) argument
158 stackDrop(FICL_STACK *pStack, int n) argument
173 stackFetch(FICL_STACK *pStack, int n) argument
178 stackStore(FICL_STACK *pStack, int n, CELL c) argument
190 stackGetTop(FICL_STACK *pStack) argument
205 stackLink(FICL_STACK *pStack, int nCells) argument
221 stackUnlink(FICL_STACK *pStack) argument
234 stackPick(FICL_STACK *pStack, int n) argument
246 stackPop(FICL_STACK *pStack) argument
251 stackPopPtr(FICL_STACK *pStack) argument
256 stackPopUNS(FICL_STACK *pStack) argument
261 stackPopINT(FICL_STACK *pStack) argument
267 stackPopFloat(FICL_STACK *pStack) argument
278 stackPush(FICL_STACK *pStack, CELL c) argument
283 stackPushPtr(FICL_STACK *pStack, void *ptr) argument
288 stackPushUNS(FICL_STACK *pStack, FICL_UNS u) argument
293 stackPushINT(FICL_STACK *pStack, FICL_INT i) argument
299 stackPushFloat(FICL_STACK *pStack, FICL_FLOAT f) argument
310 stackReset(FICL_STACK *pStack) argument
325 stackRoll(FICL_STACK *pStack, int n) argument
365 stackSetTop(FICL_STACK *pStack, CELL c) argument
[all...]
H A Dmath64.c215 void i64Push(FICL_STACK *pStack, DPINT i64) argument
222 void u64Push(FICL_STACK *pStack, DPUNS u64) argument
236 DPINT i64Pop(FICL_STACK *pStack) argument
244 DPUNS u64Pop(FICL_STACK *pStack) argument
[all...]
H A Dficl.h486 FICL_STACK *pStack; /* param stack */ member in struct:vm
[all...]
H A Dwords.c4578 FICL_STACK pStack; local
[all...]

Completed in 148 milliseconds