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

/freebsd-current/stand/ficl/
H A Dstack.c158 void stackDrop(FICL_STACK *pStack, int n) function
H A Dficl.h372 void stackDrop (FICL_STACK *pStack, int n);
415 #define DROP(n) stackDrop(pVM->pStack,n)
416 #define DROPF(n) stackDrop(pVM->fStack,n)
H A Dvm.c222 stackDrop(pStack, 1);
H A Dwords.c873 stackDrop(pVM->pStack, 1);
883 stackDrop(pVM->pStack, 2);
1427 stackDrop(pVM->pStack, 1);
2113 stackDrop(pVM->rStack, 2);
2122 stackDrop(pVM->rStack, 3);
2162 stackDrop(pVM->rStack, 3); /* nuke the loop indices & "leave" addr */
2197 stackDrop(pVM->rStack, 3); /* nuke the loop indices & "leave" addr */

Completed in 83 milliseconds