heredoc
static struct heredoc *heredoc;
heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc));
heredoc->here = np;
heredoc->striptabs = 1;
heredoc->striptabs = 0;
struct heredoc *const saveheredoclist = heredoclist;
struct heredoc *here;
struct heredoc *here = heredoc;
struct heredoc *p;
struct heredoc *here;
struct heredoc *next; /* next here document in list */
static struct heredoc *heredoclist; /* list of here documents to read */