Home | History | Annotate | Download | only in src

Lines Matching refs:heredoc

223 			/* heredoc is NULL when tracing (set -x) */
225 iop->heredoc) {
227 shf_puts(iop->heredoc, shf);
680 if (p->heredoc != NULL)
681 strdupx(q->heredoc, p->heredoc, ap);
739 if (p->heredoc != NULL)
740 afree(p->heredoc, ap);
951 if (iop->heredoc) {
952 shf_puts(",heredoc=", shf);
953 print_value_quoted(shf, iop->heredoc);