Searched refs:heredoclist (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dparser.c82 struct heredoc *heredoclist; /* list of here documents to read */ variable in typeref:struct:heredoc
137 heredoclist = 0;
625 if (heredoclist == NULL)
626 heredoclist = here;
628 for (p = heredoclist ; p->next ; p = p->next);
649 here = heredoclist;
650 heredoclist = 0;

Completed in 74 milliseconds