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

/freebsd-current/stand/ficl/
H A Dstack.c325 void stackRoll(FICL_STACK *pStack, int n) function
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 Dwords.c962 stackRoll(pVM->pStack, i);
974 stackRoll(pVM->pStack, -i);
984 stackRoll(pVM->pStack, 2);
994 stackRoll(pVM->pStack, 1);
1004 stackRoll(pVM->pStack, 3);
1005 stackRoll(pVM->pStack, 3);
2273 stackRoll(pVM->pStack, 1);
2286 stackRoll(pVM->pStack, 1);

Completed in 176 milliseconds