Searched refs:IOTYPE (Results 1 – 5 of 5) sorted by relevance
83 #define IOTYPE 0xF /* type: bits 0:3 */ macro
174 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) { in ptree()195 int type = flag & IOTYPE; in pioact()
157 ishere = (iop->flag&IOTYPE) == IOHERE; in synio()
906 if ((io->flag&IOTYPE) != IOREAD) in comsub()
1050 int iotype = iop->flag & IOTYPE; in iosetup()