Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dtestmain.c266 stackPushUNS(pVM->pStack, (FICL_UNS)now); in ficlClock()
272 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC); in clocksPerSec()
H A Dsearch.c121 stackPushUNS(pVM->pStack, nLists); in getOrder()
157 stackPushUNS(pVM->pStack, 0); in searchWordlist()
H A Dgfx_loader.c107 stackPushUNS(pVM->pStack, ret); in ficl_term_putimage()
147 stackPushUNS(pVM->pStack, ret); in ficl_fb_putimage()
H A Dstack.c288 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u) in stackPushUNS() 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)); in pseconds()
H A Dwords.c1644 stackPushUNS(pVM->pStack, SI_COUNT(si)); in interpret()