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