Lines Matching refs:heredoc
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;
1634 heredoc->startline = plinno;
1638 heredoc->striptabs = 1;
1640 heredoc->striptabs = 0;