Searched refs:IOEVAL (Results 1 – 5 of 5) sorted by relevance
1145 if (!(iop->flag & IOEVAL)) in readhere()1216 if (!(iop->flag & IOEVAL)) in readhere()
202 iop->flag |= IOEVAL; in synio()
928 DB(IOEVAL) in dumpioact()
1498 i = (iop->flag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
1360 #define IOEVAL BIT(4) /* expand in << */ macro