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

/freebsd-11.0-release/sys/boot/ficl/
H A Dstack.c237 stackPush(pStack, stackFetch(pStack, n));
279 void stackPush(FICL_STACK *pStack, CELL c) function
H A Dwords.c585 stackPush(pVM->pStack, pFW->param[0]);
595 stackPush(pVM->pStack, pFW->param[0]); /* lo */
596 stackPush(pVM->pStack, pFW->param[1]); /* hi */
1097 stackPush(pVM->pStack, *pCell);
1114 stackPush(pVM->pStack, *pCell++);
1115 stackPush(pVM->pStack, *pCell);
1858 stackPush(pVM->pStack, c);
1869 stackPush(pVM->pStack, c);
1880 stackPush(pVM->pStack, c);
2039 stackPush(pV
[all...]
H A Dficl.h382 void stackPush (FICL_STACK *pStack, CELL c);
404 #define PUSH(c) stackPush(pVM->pStack,c)
H A Dfloat.c792 stackPush(pVM->pStack, c);
806 stackPush(pVM->fStack, c);
H A Dvm.c440 stackPush(pVM->pStack, c);

Completed in 79 milliseconds