Searched refs:stackPush (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/stand/ficl/ |
| H A D | words.c | 1096 stackPush(pVM->pStack, *pCell); in fetch() 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() 2051 stackPush(pVM->rStack, index); in doParen() 2213 stackPush(pVM->pStack, index); in loopICo() 2222 stackPush(pVM->pStack, index); in loopJCo() 2231 stackPush(pVM->pStack, index); in loopKCo() [all …]
|
| H A D | stack.c | 236 stackPush(pStack, stackFetch(pStack, n)); in stackPick() 278 void stackPush(FICL_STACK *pStack, CELL c) in stackPush() function
|
| H A D | float.c | 791 stackPush(pVM->pStack, c); in FFrom() 805 stackPush(pVM->fStack, c); in ToF()
|
| H A D | ficl.h | 381 void stackPush (FICL_STACK *pStack, CELL c); 403 #define PUSH(c) stackPush(pVM->pStack,c)
|
| H A D | vm.c | 439 stackPush(pVM->pStack, c); in vmPush()
|