Searched refs:stackRoll (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/boot/ficl/ |
| HD | ficl.h | 387 void stackRoll (FICL_STACK *pStack, int n); 421 #define ROLL(n) stackRoll(pVM->pStack,n) 422 #define ROLLF(n) stackRoll(pVM->fStack,n)
|
| HD | vm.c | 226 stackRoll(pStack, 1); 237 stackRoll(pStack, c.i);
|
| HD | stack.c | 326 void stackRoll(FICL_STACK *pStack, int n) in stackRoll() function
|
| HD | words.c | 963 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()
|