HomeSort by: relevance | last modified time | path
    Searched refs:heredoc (Results 1 - 8 of 8) sorted by relevancy

  /src/bin/ksh/
tree.h 81 char *name; /* file name (unused if heredoc) */
83 char *heredoc;/* content of heredoc */ member in struct:ioword
tree.c 199 /* heredoc is 0 when tracing (set -x) */
200 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) {
202 shf_puts(iop->heredoc, shf);
687 if (p->heredoc != (char *) 0)
688 q->heredoc = str_save(p->heredoc, ap);
746 if (p->heredoc != NULL)
747 afree((void*)p->heredoc, ap);
lex.c 253 if ((cf & HEREDOC) == 0) {
664 iop->heredoc = (char *) 0;
832 iop->heredoc = Xclose(xs, xp);
exec.c 1164 u = herein(iop->heredoc, iop->flag & IOEVAL);
1296 /* Do substitutions on the content of heredoc */
1300 if (yylex(ONEWORD|HEREDOC) != LWORD)
  /src/bin/sh/
parser.h 85 struct HereDoc;
90 struct HereDoc *ps_heredoclist; /* list of here documents to read */
100 struct HereDoc *ps_heredoc; /* current heredoc << being parsed */
149 #define heredoc (current_parser->ps_heredoc) macro
parser.c 82 struct HereDoc {
83 struct HereDoc *next; /* next here document in list */
775 struct HereDoc *here = heredoc;
776 struct HereDoc *p;
966 struct HereDoc *here;
1264 unsigned short ts_magicq; /* heredoc or word expand */
1632 heredoc = stalloc(sizeof(struct HereDoc));
1633 heredoc->here = np
    [all...]
  /src/bin/csh/
extern.h 85 void heredoc(Char *);
sem.c 102 heredoc(t->t_dlef);

Completed in 16 milliseconds