Searched refs:IOEVAL (Results 1 – 5 of 5) sorted by relevance
203 iop->ioflag |= IOEVAL | IONDELIM; in synio()210 iop->ioflag |= IOEVAL; in synio()
1138 if (!(iop->ioflag & IOEVAL)) in readhere()1209 if (!(iop->ioflag & IOEVAL)) in readhere()
960 DB(IOEVAL) in dumpioact()
1638 i = (iop->ioflag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
1953 #define IOEVAL BIT(4) /* expand in << */ macro