Home
last modified time | relevance | path

Searched refs:iofile (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dio.c237 stripflg = iop->iofile & IOSTRIP; in copy()
239 iop->iofile &= ~IODOC_SUBST; in copy()
252 iop->iofile &= ~IOSTRIP; in copy()
H A Dfunc.c151 if (iop->iofile & IODOC) in freeio()
427 iof = iop->iofile; in prio()
H A Dmode.h234 int iofile; member
H A Dservice.c60 iof = iop->iofile; in initio()
H A Dcmd.c552 iop->iofile = iof;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c440 iof=iop->iofile; in p_redirect()
501 if(!(iop->iofile&IODOC)) in p_redirect()
505 else if(iop->iofile&IORAW) in p_redirect()
594 if(iop->iofile&IOSTRG) in here_body()
599 if(iop->iofile&IOSTRG) in here_body()
H A Dtdump.c196 sfputl(outfile,iop->iofile|IOVNM); in p_redirect()
198 sfputl(outfile,iop->iofile); in p_redirect()
H A Dtrestore.c243 iop->iofile = l; in r_redirect()
258 if(iop->iofile&IOVNM) in r_redirect()
262 iop->iofile &= ~IOVNM; in r_redirect()
H A Dlex.c1757 iop->iofile = (IODOC|IORAW); in nested_here()
1759 iop->iofile |= IOSTRIP; in nested_here()
1847 if(stripflg=iop->iofile&IOSTRIP) in here_copy()
1852 if(iop->iofile&IOLSEEK) in here_copy()
1854 iop->iofile &= ~IOLSEEK; in here_copy()
1868 if(iop->iofile&IOQUOTE) in here_copy()
2080 iop->iofile |= IOQUOTE; in here_copy()
H A Dio.c1176 iof=iop->iofile; in sh_redirect()
1584 if(!(iop->iofile&IOSTRG) && (!shp->heredocs || iop->iosize==0)) in io_heredoc()
1589 if(iop->iofile&IOSTRG) in io_heredoc()
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()
1652 if(traceon && !(iop->iofile&IOSTRG)) in io_heredoc()
H A Dmacro.c2127 ((ip->iofile&IOLSEEK) || !(ip->iofile&IOUFD)) && in comsubst()
2133 if(r==0 && ip && (ip->iofile&IOLSEEK)) in comsubst()
H A Dparse.c1787 iop->iofile=iof; in inout()
1814 ioq->iofile = IORAW|IOPUT|IOMOV|2; in inout()
H A Dxec.c1850 if(iop->iofile&IOREWRITE) in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dargnod.h32 unsigned iofile; member