Searched refs:stackPushUNS (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/stand/ficl/
H A Dtestmain.c266 stackPushUNS(pVM->pStack, (FICL_UNS)now);
272 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC);
H A Dsearch.c121 stackPushUNS(pVM->pStack, nLists);
157 stackPushUNS(pVM->pStack, 0);
H A Dgfx_loader.c107 stackPushUNS(pVM->pStack, ret);
147 stackPushUNS(pVM->pStack, ret);
H A Dstack.c288 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u) function
H A Dficl.h383 void stackPushUNS (FICL_STACK *pStack, FICL_UNS u);
400 #define PUSHUNS(u) stackPushUNS(pVM->pStack,u)
H A Dloader.c766 stackPushUNS(pVM->pStack, (FICL_UNS) time(NULL));
H A Dwords.c1644 stackPushUNS(pVM->pStack, SI_COUNT(si));

Completed in 145 milliseconds