Lines Matching full:heredoc
223 /* heredoc is NULL when tracing (set -x) */
225 iop->heredoc) {
227 shf_puts(iop->heredoc, shf);
664 if (p->heredoc != NULL)
665 strdupx(q->heredoc, p->heredoc, ap);
723 if (p->heredoc != NULL)
724 afree(p->heredoc, ap);
932 if (iop->heredoc) {
933 shf_puts(",heredoc=", shf);
934 print_value_quoted(shf, iop->heredoc);