Searched refs:heredoclist (Results 1 – 1 of 1) sorted by relevance
89 struct heredoc *heredoclist; /* list of here documents to read */ variable203 if (heredoclist) in list()661 if (heredoclist == NULL) in parsefname()662 heredoclist = here; in parsefname()664 for (p = heredoclist ; p->next ; p = p->next); in parsefname()685 while (heredoclist) { in parseheredoc()686 here = heredoclist; in parseheredoc()687 heredoclist = here->next; in parseheredoc()