Searched refs:stackPushUNS (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/stand/ficl/ |
| HD | testmain.c | 266 stackPushUNS(pVM->pStack, (FICL_UNS)now); in ficlClock() 272 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC); in clocksPerSec()
|
| HD | search.c | 121 stackPushUNS(pVM->pStack, nLists); in getOrder() 157 stackPushUNS(pVM->pStack, 0); in searchWordlist()
|
| HD | stack.c | 288 void stackPushUNS(FICL_STACK *pStack, FICL_UNS u) in stackPushUNS() function
|
| HD | loader.c | 117 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()
|
| HD | ficl.h | 383 void stackPushUNS (FICL_STACK *pStack, FICL_UNS u); 400 #define PUSHUNS(u) stackPushUNS(pVM->pStack,u)
|
| HD | words.c | 1644 stackPushUNS(pVM->pStack, SI_COUNT(si)); in interpret()
|