Searched refs:IOHERE (Results 1 – 6 of 6) sorted by relevance
70 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in ptree()235 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()263 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 : in pioact()274 case IOHERE: in pioact()297 if (type == IOHERE) { in pioact()954 DT(IOHERE) in dumpioact()
100 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()1420 if (iotype != IOHERE) in iosetup()1425 iotmp.ioname = (iotype == IOHERE) ? NULL : cp; in iosetup()1471 case IOHERE: in iosetup()1530 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
935 ((unsigned int)c == ORD('>') ? IOCAT : IOHERE) : IORDWR; in yylex()936 if (iop->ioflag == IOHERE) { in yylex()
197 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
1418 case IOHERE: in comsub()
1950 #define IOHERE 0x4 /* << (here file) */ macro