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