Searched refs:IOHERE (Results 1 – 5 of 5) sorted by relevance
200 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) {227 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0239 case IOHERE:265 if (type == IOHERE) {
91 #define IOHERE 0x4 /* << (here file) */ macro
1125 if (iotype != IOHERE)1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;1161 case IOHERE:1201 : (iotype == IOREAD || iotype == IOHERE) ?
644 (c == '>' ? IOCAT : IOHERE) : IORDWR;645 if (iop->flag == IOHERE) {
172 ishere = (iop->flag&IOTYPE) == IOHERE;