Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dwords.c1354 PUSHUNS(0); in caseCoIm()
1386 PUSHUNS(fixupCount + 1); in endcaseCoIm()
2649 PUSHUNS(count); in stringLit()
2879 PUSHUNS(pFW->nName); in toName()
2970 PUSHUNS(sp->count); in numberSignGreater()
3097 PUSHUNS(count); in toNumber()
3380 PUSHUNS(sp->count); in count()
3655 PUSHUNS(0); in do_find()
3795 PUSHUNS(qr.rem); in umSlashMod()
3796 PUSHUNS(qr.quot); in umSlashMod()
[all …]
H A Dficl.h400 #define PUSHUNS(u) stackPushUNS(pVM->pStack,u) macro