Lines Matching refs:HEREDOC
1449 /* do substitutions on the content of heredoc */1477 if (iop->heredoc == NULL) {1484 i = (iop->flag & IOEVAL) ? (ONEWORD | HEREDOC) : 0;1488 return (hereinval(iop->heredoc, i, resbuf, NULL));1505 if (hereinval(iop->heredoc, i, NULL, shf) == -2) {