Searched refs:heredoc (Results 1 – 4 of 4) sorted by relevance
78 struct heredoc { struct79 struct heredoc *next; /* next here document in list */ argument91 static struct heredoc *heredoclist; /* list of here documents to read */ argument100 static struct heredoc *heredoc; variable754 struct heredoc *here = heredoc; in parsefname()755 struct heredoc *p; in parsefname()790 struct heredoc *here; in parseheredoc()1054 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc)); in parseredir()1055 heredoc->here = np; in parseredir()1057 heredoc->striptabs = 1; in parseredir()[all …]
79 extern void heredoc (Char *);
216 heredoc(t->t_dlef); in execute()
966 heredoc(Char *term) in heredoc() function