Searched refs:ioflag (Results 1 – 6 of 6) sorted by relevance
194 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()195 if (iop->ioflag & IOHERESTR) { in synio()200 iop->ioflag |= IOEVAL | IONDELIM; in synio()205 if (*ident != 0 && !(iop->ioflag & IOHERESTR)) { in synio()207 iop->ioflag |= IOEVAL; in synio()215 if (iop->ioflag & IOBASH) { in synio()233 iop->ioflag &= ~IOBASH; in synio()235 nextiop->ioflag = IODUP; in synio()1030 (yylval.iop->ioflag == IOREAD || in dbtestp_isa()1031 yylval.iop->ioflag == IOWRITE)) { in dbtestp_isa()[all …]
931 iop->ioflag = IOBASH; in yylex()933 iop->ioflag = 0; in yylex()938 iop->ioflag |= c == c2 ? in yylex()940 if (iop->ioflag == IOHERE) { in yylex()942 iop->ioflag |= IOSKIP; in yylex()944 iop->ioflag |= IOHERESTR; in yylex()949 iop->ioflag |= IODUP | (c == '<' ? IORDUP : 0); in yylex()951 iop->ioflag |= c == '>' ? IOWRITE : IOREAD; in yylex()953 iop->ioflag |= IOCLOB; in yylex()1108 if (!((*p)->ioflag & IOHERESTR)) in gethere()[all …]
72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) { in ptree()224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()248 unsigned short flag = iop->ioflag; in pioact()287 if (iop->delim && !(iop->ioflag & IONDELIM)) in pioact()911 unsigned short type = iop->ioflag & IOTYPE; in dumpioact()913 #define DB(x) if (iop->ioflag & x) shf_puts("|" #x, shf); in dumpioact()935 if (iop->delim && !(iop->ioflag & IONDELIM)) { in dumpioact()941 if (iop->ioflag & IONAMEXP) { in dumpioact()
94 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()1365 int iotype = iop->ioflag & IOTYPE; in iosetup()1377 iotmp.ioflag |= IONAMEXP; in iosetup()1395 if (Flag(FNOCLOBBER) && !(iop->ioflag & IOCLOB)) { in iosetup()1438 X_OK | ((iop->ioflag & IORDUP) ? R_OK : W_OK), in iosetup()1521 if (iop->ioflag & IORDUP) in iosetup()1554 if (iop->ioflag & IOHERESTR) { in hereinval()1585 if (iop->heredoc == NULL && !(iop->ioflag & IOHERESTR)) { in herein()1592 i = (iop->ioflag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
1326 if ((io->ioflag & IOTYPE) != IOREAD) in comsub()
1407 unsigned short ioflag; /* action (below) */ member