Home
last modified time | relevance | path

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

/freebsd-13.1/stand/ficl/
H A Dficl.h387 void stackRoll (FICL_STACK *pStack, int n);
421 #define ROLL(n) stackRoll(pVM->pStack,n)
422 #define ROLLF(n) stackRoll(pVM->fStack,n)
H A Dvm.c226 stackRoll(pStack, 1);
237 stackRoll(pStack, c.i);
H A Dstack.c326 void stackRoll(FICL_STACK *pStack, int n) in stackRoll() function
H A Dwords.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()
2274 stackRoll(pVM->pStack, 1); in twoToR()
2287 stackRoll(pVM->pStack, 1); in twoRFrom()