Home
last modified time | relevance | path

Searched refs:iodelim (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c459 if(iop->iodelim) in p_redirect()
482 if(iop->iodelim) in p_redirect()
486 sfputr(outfile,sh_fmtq(iop->iodelim),iof); in p_redirect()
582 sfputr(outfile,iop->iodelim,'\n'); in here_body()
H A Dtdump.c198 if(iop->iodelim) in p_redirect()
200 p_string(iop->iodelim); in p_redirect()
H A Dlex.c1712 iop->iodelim=iop->ioname; in here_copy()
1716 while(*iop->iodelim=='\t') in here_copy()
1717 iop->iodelim++; in here_copy()
1809 if(c!=iop->iodelim[0]) in here_copy()
1825 c = iop->iodelim[n]==0; in here_copy()
1839 if(iop->iodelim[n]==0 && (c==NL||c==RPAREN)) in here_copy()
1851 if(iop->iodelim[n++]!=c) in here_copy()
H A Dtrestore.c241 if(iop->iodelim = r_string(shp->stk)) in r_redirect()
H A Dparse.c1601 iop->iodelim = 0; in inout()
1681 ioq->iodelim = 0; in inout()
H A Dio.c1371 char *cp = sh_fmtq(iop->iodelim); in io_heredoc()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dargnod.h36 char *iodelim; member