Searched refs:stackPush (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/stand/ficl/ |
| H A D | words.c | 1097 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 D | stack.c | 237 stackPush(pStack, stackFetch(pStack, n)); in stackPick() 279 void stackPush(FICL_STACK *pStack, CELL c) in stackPush() function
|
| H A D | float.c | 792 stackPush(pVM->pStack, c); in FFrom() 806 stackPush(pVM->fStack, c); in ToF()
|
| H A D | ficl.h | 382 void stackPush (FICL_STACK *pStack, CELL c); 404 #define PUSH(c) stackPush(pVM->pStack,c)
|
| H A D | vm.c | 440 stackPush(pVM->pStack, c); in vmPush()
|