Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/ficl/
HDwords.c585 stackPush(pVM->pStack, pFW->param[0]); in constantParen()
595 stackPush(pVM->pStack, pFW->param[0]); /* lo */ in twoConstParen()
596 stackPush(pVM->pStack, pFW->param[1]); /* hi */ in twoConstParen()
1097 stackPush(pVM->pStack, *pCell); in fetch()
1114 stackPush(pVM->pStack, *pCell++); in twoFetch()
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()
[all …]
HDstack.c237 stackPush(pStack, stackFetch(pStack, n)); in stackPick()
279 void stackPush(FICL_STACK *pStack, CELL c) in stackPush() function
HDfloat.c792 stackPush(pVM->pStack, c); in FFrom()
806 stackPush(pVM->fStack, c); in ToF()
HDficl.h382 void stackPush (FICL_STACK *pStack, CELL c);
404 #define PUSH(c) stackPush(pVM->pStack,c)
HDvm.c440 stackPush(pVM->pStack, c); in vmPush()