stand/ficl/ficl.h
386
void stackRoll (FICL_STACK *pStack, int n);
stand/ficl/ficl.h
420
#define ROLL(n) stackRoll(pVM->pStack,n)
stand/ficl/ficl.h
421
#define ROLLF(n) stackRoll(pVM->fStack,n)
stand/ficl/vm.c
225
stackRoll(pStack, 1);
stand/ficl/vm.c
236
stackRoll(pStack, c.i);
stand/ficl/words.c
1004
stackRoll(pVM->pStack, 3);
stand/ficl/words.c
1005
stackRoll(pVM->pStack, 3);
stand/ficl/words.c
2273
stackRoll(pVM->pStack, 1);
stand/ficl/words.c
2286
stackRoll(pVM->pStack, 1);
stand/ficl/words.c
962
stackRoll(pVM->pStack, i);
stand/ficl/words.c
974
stackRoll(pVM->pStack, -i);
stand/ficl/words.c
984
stackRoll(pVM->pStack, 2);
stand/ficl/words.c
994
stackRoll(pVM->pStack, 1);