Searched refs:heredoc (Results 1 – 7 of 7) sorted by relevance
236 iop->heredoc) { in ptree()238 shf_puts(iop->heredoc, shf); in ptree()703 if (p->heredoc != NULL) in iocopy()704 strdupx(q->heredoc, p->heredoc, ap); in iocopy()759 afree(p->heredoc, ap); in iofree()984 if (iop->heredoc) { in dumpioact()986 print_value_quoted(shf, iop->heredoc); in dumpioact()
2560 name: heredoc-12572 name: heredoc-22591 name: heredoc-32593 Check that newline isn't needed after heredoc-delimiter marker.2603 name: heredoc-4a2605 Check that an error occurs if the heredoc-delimiter is missing.2613 name: heredoc-4an2615 Check that an error occurs if the heredoc-delimiter is missing.2624 name: heredoc-4b2626 Check that an error occurs if the heredoc is missing.[all …]
956 iop->heredoc = NULL; in yylex()1207 iop->heredoc = Xclose(xs, xp); in readhere()
231 nextiop->heredoc = NULL; in synio()
1596 const char * volatile ccp = iop->heredoc; in hereinval()
1940 char *heredoc; /* content of heredoc */ member
18588 tests/sched.test: use heredoc in order to avoid spawning of subprocess.18593 is better to supply via heredoc and not pipe.18595 * tests/sched.test: Move test cases to heredoc.