Lines Matching full:heredoc
79 struct heredoc {
80 struct heredoc *next; /* next here document in list */
89 struct heredoc *heredoclist; /* list of here documents to read */
99 struct heredoc *heredoc;
645 struct heredoc *here = heredoc;
646 struct heredoc *p;
682 struct heredoc *here;
1223 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc));
1224 heredoc->here = np;
1226 heredoc->striptabs = 1;
1228 heredoc->striptabs = 0;