Searched refs:IOHERE (Results 1 – 5 of 5) sorted by relevance
72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) { in ptree()224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()252 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 : in pioact()263 case IOHERE: in pioact()286 if (type == IOHERE) { in pioact()920 DT(IOHERE) in dumpioact()
94 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()1371 if (iotype != IOHERE) in iosetup()1376 iotmp.ioname = (iotype == IOHERE) ? NULL : cp; in iosetup()1422 case IOHERE: in iosetup()1476 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
939 (c == '>' ? IOCAT : IOHERE) : IORDWR; in yylex()940 if (iop->ioflag == IOHERE) { in yylex()
194 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
1416 #define IOHERE 0x4 /* << (here file) */ macro