Searched refs:heredoc (Results 1 – 7 of 7) sorted by relevance
236 iop->heredoc) { in ptree()238 shf_puts(iop->heredoc, shf); in ptree()702 if (p->heredoc != NULL) in iocopy()703 strdupx(q->heredoc, p->heredoc, ap); in iocopy()758 afree(p->heredoc, ap); in iofree()983 if (iop->heredoc) { in dumpioact()985 print_value_quoted(shf, iop->heredoc); in dumpioact()
2455 name: heredoc-12467 name: heredoc-22486 name: heredoc-32488 Check that newline isn't needed after heredoc-delimiter marker.2498 name: heredoc-4a2500 Check that an error occurs if the heredoc-delimiter is missing.2508 name: heredoc-4an2510 Check that an error occurs if the heredoc-delimiter is missing.2519 name: heredoc-4b2521 Check that an error occurs if the heredoc is missing.[all …]
938 iop->heredoc = NULL; in yylex()1186 iop->heredoc = Xclose(xs, xp); in readhere()
227 nextiop->heredoc = NULL; in synio()
1579 const char * volatile ccp = iop->heredoc; in hereinval()
1726 char *heredoc; /* content of heredoc */ member
3944 tests/sched.test: use heredoc in order to avoid spawning of subprocess.3949 is better to supply via heredoc and not pipe.3951 * tests/sched.test: Move test cases to heredoc.