Home
last modified time | relevance | path

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

/titanic_41/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 Dcmd.c552 iop->iofile = iof;
H A Dservice.c60 iof = iop->iofile; in initio()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c423 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()
H A Dtdump.c194 sfputl(outfile,iop->iofile|IOVNM); in p_redirect()
196 sfputl(outfile,iop->iofile); in p_redirect()
H A Dtrestore.c239 iop->iofile = l; in r_redirect()
254 if(iop->iofile&IOVNM) in r_redirect()
258 iop->iofile &= ~IOVNM; in r_redirect()
H A Dlex.c1624 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()
H A Dio.c979 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()
H A Dmacro.c1981 ((ip->iofile&IOLSEEK) || !(ip->iofile&IOUFD)) && in comsubst()
1987 if(r==0 && ip && (ip->iofile&IOLSEEK)) in comsubst()
H A Dparse.c1655 iop->iofile=iof; in inout()
1682 ioq->iofile = IORAW|IOPUT|IOMOV|2; in inout()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dargnod.h32 unsigned iofile; member