Home
last modified time | relevance | path

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

/freebsd-13.1/stand/ficl/
H A Dwords.c1097 stackPush(pVM->pStack, *pCell); in fetch()
1115 stackPush(pVM->pStack, *pCell); in twoFetch()
1858 stackPush(pVM->pStack, c); in zeroEquals()
1869 stackPush(pVM->pStack, c); in zeroLess()
1880 stackPush(pVM->pStack, c); in zeroGreater()
2051 stackPush(pVM->rStack, limit); in doParen()
2052 stackPush(pVM->rStack, index); in doParen()
2214 stackPush(pVM->pStack, index); in loopICo()
2223 stackPush(pVM->pStack, index); in loopJCo()
2232 stackPush(pVM->pStack, index); in loopKCo()
[all …]
H A Dstack.c237 stackPush(pStack, stackFetch(pStack, n)); in stackPick()
279 void stackPush(FICL_STACK *pStack, CELL c) in stackPush() function
H A Dfloat.c792 stackPush(pVM->pStack, c); in FFrom()
806 stackPush(pVM->fStack, c); in ToF()
H A Dficl.h382 void stackPush (FICL_STACK *pStack, CELL c);
404 #define PUSH(c) stackPush(pVM->pStack,c)
H A Dvm.c440 stackPush(pVM->pStack, c); in vmPush()