Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.h386 void stackRoll (FICL_STACK *pStack, int n);
420 #define ROLL(n) stackRoll(pVM->pStack,n)
421 #define ROLLF(n) stackRoll(pVM->fStack,n)
H A Dvm.c225 stackRoll(pStack, 1);
236 stackRoll(pStack, c.i);
H A Dstack.c325 void stackRoll(FICL_STACK *pStack, int n) in stackRoll() function
H A Dwords.c962 stackRoll(pVM->pStack, i); in roll()
974 stackRoll(pVM->pStack, -i); in minusRoll()
984 stackRoll(pVM->pStack, 2); in rot()
994 stackRoll(pVM->pStack, 1); in swap()
1004 stackRoll(pVM->pStack, 3); in twoSwap()
1005 stackRoll(pVM->pStack, 3); in twoSwap()
2273 stackRoll(pVM->pStack, 1); in twoToR()
2286 stackRoll(pVM->pStack, 1); in twoRFrom()