Home
last modified time | relevance | path

Searched refs:PUSHUNS (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/ficl/
H A Dwords.c1168 PUSHUNS((FICL_UNS)*pw); in quadFetch()
1189 PUSHUNS((FICL_UNS)*pw); in wFetch()
1210 PUSHUNS((FICL_UNS)*pc); in cFetch()
1354 PUSHUNS(0); in caseCoIm()
1386 PUSHUNS(fixupCount + 1); in endcaseCoIm()
1511 PUSHUNS(fixupCount + 1); in endofCoIm()
1574 PUSHUNS(hashHashCode(si)); in hash()
2649 PUSHUNS(count); in stringLit()
2879 PUSHUNS(pFW->nName); in toName()
2970 PUSHUNS(sp->count); in numberSignGreater()
[all …]
H A Dficl.h400 #define PUSHUNS(u) stackPushUNS(pVM->pStack,u) macro