Home
last modified time | relevance | path

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

/freebsd-13.1/stand/ficl/
H A Dtestmain.c267 stackPushUNS(pVM->pStack, (FICL_UNS)now); in ficlClock()
273 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC); in clocksPerSec()
H A Dsearch.c122 stackPushUNS(pVM->pStack, nLists); in getOrder()
158 stackPushUNS(pVM->pStack, 0); in searchWordlist()
H A Dstack.c289 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u) in stackPushUNS() function
H A Dloader.c119 stackPushUNS(pVM->pStack, ret); in ficl_term_putimage()
159 stackPushUNS(pVM->pStack, ret); in ficl_fb_putimage()
946 stackPushUNS(pVM->pStack, (FICL_UNS) time(NULL)); in pseconds()
H A Dficl.h384 void stackPushUNS (FICL_STACK *pStack, FICL_UNS u);
401 #define PUSHUNS(u) stackPushUNS(pVM->pStack,u)
H A Dwords.c1645 stackPushUNS(pVM->pStack, SI_COUNT(si)); in interpret()