Searched refs:stackPush (Results 1 – 5 of 5) sorted by relevance
/freebsd/stand/ficl/ |
H A D | words.c | 584 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 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()
|