Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h39 struct ionod *heredoc; /* pending here document list */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c466 if(c<=0 || lp->heredoc) in sh_lex()
485 if(lp->heredoc) in sh_lex()
490 if(here_copy(lp,lp->heredoc)<=0 && lp->lasttok) in sh_lex()
499 lp->heredoc = 0; in sh_lex()
1724 if(lp->heredoc) in comsub()
1725 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax5,lp->sh->inlineno,lp->heredoc->ioname); in comsub()
1745 iop->iolst = lp->heredoc; in nested_here()
1760 lp->heredoc = iop; in nested_here()
H A Dparse.c344 lexp->heredoc = 0; in sh_parse()
1771 iop->iolst=lexp->heredoc; in inout()
1772 lexp->heredoc=iop; in inout()
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.tests53 tests/heredoc.sh \
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c90 heredoc(t->t_dlef);
H A Dsh.dol.c637 heredoc(tchar *term) in heredoc() function
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ksh93.p5m45 file path=opt/ksh93-tests/tests/heredoc.sh