Home | History | Annotate | Download | only in src

Lines Matching refs:heredoc

1463 		/* do substitutions on the content of heredoc */
1491 if (iop->heredoc == NULL) {
1498 i = (iop->flag & IOEVAL) ? (ONEWORD | HEREDOC) : 0;
1502 return (hereinval(iop->heredoc, i, resbuf, NULL));
1519 if (hereinval(iop->heredoc, i, NULL, shf) == -2) {