Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/ficl/
HDtestmain.c266 stackPushUNS(pVM->pStack, (FICL_UNS)now); in ficlClock()
272 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC); in clocksPerSec()
HDsearch.c121 stackPushUNS(pVM->pStack, nLists); in getOrder()
157 stackPushUNS(pVM->pStack, 0); in searchWordlist()
HDstack.c288 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u) in stackPushUNS() function
HDloader.c117 stackPushUNS(pVM->pStack, ret); in ficl_term_putimage()
157 stackPushUNS(pVM->pStack, ret); in ficl_fb_putimage()
944 stackPushUNS(pVM->pStack, (FICL_UNS) time(NULL)); in pseconds()
HDficl.h383 void stackPushUNS (FICL_STACK *pStack, FICL_UNS u);
400 #define PUSHUNS(u) stackPushUNS(pVM->pStack,u)
HDwords.c1644 stackPushUNS(pVM->pStack, SI_COUNT(si)); in interpret()