Home
last modified time | relevance | path

Searched refs:stackRoll (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/boot/ficl/
HDficl.h387 void stackRoll (FICL_STACK *pStack, int n);
421 #define ROLL(n) stackRoll(pVM->pStack,n)
422 #define ROLLF(n) stackRoll(pVM->fStack,n)
HDvm.c226 stackRoll(pStack, 1);
237 stackRoll(pStack, c.i);
HDstack.c326 void stackRoll(FICL_STACK *pStack, int n) in stackRoll() function
HDwords.c963 stackRoll(pVM->pStack, i); in roll()
975 stackRoll(pVM->pStack, -i); in minusRoll()
985 stackRoll(pVM->pStack, 2); in rot()
995 stackRoll(pVM->pStack, 1); in swap()
1005 stackRoll(pVM->pStack, 3); in twoSwap()
1006 stackRoll(pVM->pStack, 3); in twoSwap()
2262 stackRoll(pVM->pStack, 1); in twoToR()
2275 stackRoll(pVM->pStack, 1); in twoRFrom()