Searched refs:IOQUOTE (Results 1 – 4 of 4) sorted by relevance
184 #define IOQUOTE 0x8000 /* here-document delimiter was quoted */ macro
1621 if(fno>=0 && !(iop->iofile&IOQUOTE)) in io_heredoc()1623 if(fno>=0 || (iop->iofile&IOQUOTE)) in io_heredoc()1639 if(!(iop->iofile&IOQUOTE)) in io_heredoc()
1868 if(iop->iofile&IOQUOTE) in here_copy()2080 iop->iofile |= IOQUOTE; in here_copy()
1774 iof |= IOQUOTE; in inout()