Searched refs:iofile (Results 1 – 13 of 13) sorted by relevance
237 stripflg = iop->iofile & IOSTRIP; in copy()239 iop->iofile &= ~IODOC_SUBST; in copy()252 iop->iofile &= ~IOSTRIP; in copy()
151 if (iop->iofile & IODOC) in freeio()427 iof = iop->iofile; in prio()
234 int iofile; member
552 iop->iofile = iof;
60 iof = iop->iofile; in initio()
423 iof=iop->iofile; in p_redirect()484 if(!(iop->iofile&IODOC)) in p_redirect()488 else if(iop->iofile&IORAW) in p_redirect()575 if(iop->iofile&IOSTRG) in here_body()580 if(iop->iofile&IOSTRG) in here_body()
194 sfputl(outfile,iop->iofile|IOVNM); in p_redirect()196 sfputl(outfile,iop->iofile); in p_redirect()
239 iop->iofile = l; in r_redirect()254 if(iop->iofile&IOVNM) in r_redirect()258 iop->iofile &= ~IOVNM; in r_redirect()
1624 iop->iofile = (IODOC|IORAW); in nested_here()1626 iop->iofile |= IOSTRIP; in nested_here()1714 if(stripflg=iop->iofile&IOSTRIP) in here_copy()1719 if(iop->iofile&IOLSEEK) in here_copy()1721 iop->iofile &= ~IOLSEEK; in here_copy()1735 if(iop->iofile&IOQUOTE) in here_copy()1916 iop->iofile |= IOQUOTE; in here_copy()
979 iof=iop->iofile; in sh_redirect()1355 if(!(iop->iofile&IOSTRG) && (!shp->heredocs || iop->iosize==0)) in io_heredoc()1360 if(iop->iofile&IOSTRG) in io_heredoc()1376 if(iop->iofile&IOQUOTE) in io_heredoc()1395 if(traceon && !(iop->iofile&IOSTRG)) in io_heredoc()
1981 ((ip->iofile&IOLSEEK) || !(ip->iofile&IOUFD)) && in comsubst()1987 if(r==0 && ip && (ip->iofile&IOLSEEK)) in comsubst()
1655 iop->iofile=iof; in inout()1682 ioq->iofile = IORAW|IOPUT|IOMOV|2; in inout()
32 unsigned iofile; member