Searched refs:stackPush (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/stand/ficl/
H A Dstack.c236 stackPush(pStack, stackFetch(pStack, n));
278 void stackPush(FICL_STACK *pStack, CELL c) function
H A Dwords.c584 stackPush(pVM->pStack, pFW->param[0]);
594 stackPush(pVM->pStack, pFW->param[0]); /* lo */
595 stackPush(pVM->pStack, pFW->param[1]); /* hi */
1096 stackPush(pVM->pStack, *pCell);
1113 stackPush(pVM->pStack, *pCell++);
1114 stackPush(pVM->pStack, *pCell);
1857 stackPush(pVM->pStack, c);
1868 stackPush(pVM->pStack, c);
1879 stackPush(pVM->pStack, c);
2050 stackPush(pV
[all...]
H A Dfloat.c791 stackPush(pVM->pStack, c);
805 stackPush(pVM->fStack, c);
H A Dficl.h381 void stackPush (FICL_STACK *pStack, CELL c);
403 #define PUSH(c) stackPush(pVM->pStack,c)
H A Dvm.c439 stackPush(pVM->pStack, c);

Completed in 118 milliseconds