Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dwords.c492 IPTYPE tempIP = (IPTYPE) (pVM->runningWord->param); in colonParen() local
493 vmPushIP(pVM, tempIP); in colonParen()
2784 IPTYPE tempIP; in doDoes() local
2790 tempIP = (IPTYPE)((*pCell).p); in doDoes()
2792 vmPushIP(pVM, tempIP); in doDoes()