Home | History | Annotate | Download | only in src

Lines Matching refs:HEREDOC

1464 		/* do substitutions on the content of heredoc */
1492 if (iop->heredoc == NULL) {
1499 i = (iop->flag & IOEVAL) ? (ONEWORD | HEREDOC) : 0;
1503 return (hereinval(iop->heredoc, i, resbuf, NULL));
1520 if (hereinval(iop->heredoc, i, NULL, shf) == -2) {