Home
last modified time | relevance | path

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

/netbsd/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dio.c85 { "fmt", M(IOREAD) | M(IOWRITE) },
87 { "end", M(IOREAD) },
89 { "rec", M(IOREAD) | M(IOWRITE) },
281 if( (iostmt==IOREAD || iostmt==IOWRITE) && in endioctl()
317 case IOREAD: in endioctl()
325 if(i!=IOSIOSTAT || (iostmt!=IOREAD && iostmt!=IOWRITE) ) in endioctl()
376 p = (iostmt==IOREAD ? IOSTDIN : IOSTDOUT);
512 putif( mkexpr( ( (iostmt==IOREAD||iostmt==IOWRITE) ? OPLE : OPEQ), in endio()
591 if(iostmt == IOREAD) in startrw()
635 ioroutine[2] = (iostmt==IOREAD ? 'r' : 'w'); in startrw()
H A Dgram.io90 { iostmt = IOREAD; }
H A Ddefines.h232 #define IOREAD 7 macro
/netbsd/bin/ksh/
H A Dtree.h88 #define IOREAD 0x1 /* < */ macro
H A Dtree.c227 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0
236 case IOREAD:
H A Dsyn.c888 && (yylval.iop->flag == IOREAD
892 save = wdcopy(yylval.iop->flag == IOREAD ?
H A Dexec.c1139 case IOREAD:
1201 : (iotype == IOREAD || iotype == IOHERE) ?
H A Dlex.c655 iop->flag = c == '>' ? IOWRITE : IOREAD;
H A Deval.c871 if ((io->flag&IOTYPE) != IOREAD)