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

/freebsd-12-stable/stand/ficl/
H A Dstack.c159 void stackDrop(FICL_STACK *pStack, int n) function
H A Dficl.h373 void stackDrop (FICL_STACK *pStack, int n);
416 #define DROP(n) stackDrop(pVM->pStack,n)
417 #define DROPF(n) stackDrop(pVM->fStack,n)
H A Dvm.c223 stackDrop(pStack, 1);
H A Dwords.c874 stackDrop(pVM->pStack, 1);
884 stackDrop(pVM->pStack, 2);
1428 stackDrop(pVM->pStack, 1);
2114 stackDrop(pVM->rStack, 2);
2123 stackDrop(pVM->rStack, 3);
2163 stackDrop(pVM->rStack, 3); /* nuke the loop indices & "leave" addr */
2198 stackDrop(pVM->rStack, 3); /* nuke the loop indices & "leave" addr */

Completed in 89 milliseconds