Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dwords.c584 stackPush(pVM->pStack, pFW->param[0]); in constantParen()
594 stackPush(pVM->pStack, pFW->param[0]); /* lo */ in twoConstParen()
595 stackPush(pVM->pStack, pFW->param[1]); /* hi */ in twoConstParen()
1096 stackPush(pVM->pStack, *pCell); in fetch()
1113 stackPush(pVM->pStack, *pCell++); in twoFetch()
1114 stackPush(pVM->pStack, *pCell); in twoFetch()
1857 stackPush(pVM->pStack, c); in zeroEquals()
1868 stackPush(pVM->pStack, c); in zeroLess()
1879 stackPush(pVM->pStack, c); in zeroGreater()
2050 stackPush(pVM->rStack, limit); in doParen()
[all …]
H A Dstack.c236 stackPush(pStack, stackFetch(pStack, n)); in stackPick()
278 void stackPush(FICL_STACK *pStack, CELL c) in stackPush() function
H A Dfloat.c791 stackPush(pVM->pStack, c); in FFrom()
805 stackPush(pVM->fStack, c); in ToF()
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); in vmPush()