Searched refs:stackPushUNS (Results 1 – 6 of 6) sorted by relevance
267 stackPushUNS(pVM->pStack, (FICL_UNS)now); in ficlClock()273 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC); in clocksPerSec()
122 stackPushUNS(pVM->pStack, nLists); in getOrder()158 stackPushUNS(pVM->pStack, 0); in searchWordlist()
289 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u) in stackPushUNS() function
384 void stackPushUNS (FICL_STACK *pStack, FICL_UNS u);401 #define PUSHUNS(u) stackPushUNS(pVM->pStack,u)
742 stackPushUNS(pVM->pStack, (FICL_UNS) time(NULL)); in pseconds()
1645 stackPushUNS(pVM->pStack, SI_COUNT(si)); in interpret()