Searched refs:HereDoc (Results 1 – 2 of 2) sorted by relevance
85 struct HereDoc;90 struct HereDoc *ps_heredoclist; /* list of here documents to read */100 struct HereDoc *ps_heredoc; /* current heredoc << being parsed */
82 struct HereDoc { struct83 struct HereDoc *next; /* next here document in list */ argument775 struct HereDoc *here = heredoc; in parsefname()776 struct HereDoc *p; in parsefname()966 struct HereDoc *here; in readheredocs()1632 heredoc = stalloc(sizeof(struct HereDoc));