Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexec.c63 if(ctlstack->ctltype == CTLIF)
82 if(ctlstack->ctltype==CTLIF) in exelse()
88 ctlstack->ctltype = CTLELSE; in exelse()
97 if(ctlstack->ctltype == CTLIF) in exendif()
104 else if(ctlstack->ctltype == CTLELSE) in exendif()
123 ctlstack->ctltype = code;
498 if(q->ctltype == CTLDO) { in enddo()
H A Ddefs.h156 unsigned ctltype:8; member