Home
last modified time | relevance | path

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

/freebsd-12.1/stand/ficl/
H A Dwords.c493 IPTYPE tempIP = (IPTYPE) (pVM->runningWord->param); in colonParen() local
494 vmPushIP(pVM, tempIP); in colonParen()
2785 IPTYPE tempIP; in doDoes() local
2791 tempIP = (IPTYPE)((*pCell).p); in doDoes()
2793 vmPushIP(pVM, tempIP); in doDoes()