Searched refs:IOHERESTR (Results 1 – 5 of 5) sorted by relevance
224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()267 else if (flag & IOHERESTR) in pioact()932 DB(IOHERESTR) in dumpioact()
195 if (iop->ioflag & IOHERESTR) { in synio()205 if (*ident != 0 && !(iop->ioflag & IOHERESTR)) { in synio()
944 iop->ioflag |= IOHERESTR; in yylex()1108 if (!((*p)->ioflag & IOHERESTR)) in gethere()
1554 if (iop->ioflag & IOHERESTR) { in hereinval()1585 if (iop->heredoc == NULL && !(iop->ioflag & IOHERESTR)) { in herein()
1425 #define IOHERESTR BIT(10) /* <<< (here string) */ macro