Home
last modified time | relevance | path

Searched refs:stackPushUNS (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/boot/ficl/
HDtestmain.c267 stackPushUNS(pVM->pStack, (FICL_UNS)now); in ficlClock()
273 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC); in clocksPerSec()
HDsearch.c122 stackPushUNS(pVM->pStack, nLists); in getOrder()
158 stackPushUNS(pVM->pStack, 0); in searchWordlist()
HDstack.c289 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u) in stackPushUNS() function
HDficl.h384 void stackPushUNS (FICL_STACK *pStack, FICL_UNS u);
401 #define PUSHUNS(u) stackPushUNS(pVM->pStack,u)
HDloader.c690 stackPushUNS(pVM->pStack, (FICL_UNS) time(NULL)); in pseconds()
HDwords.c1645 stackPushUNS(pVM->pStack, SI_COUNT(si)); in interpret()