Searched refs:heredoclist (Results 1 – 1 of 1) sorted by relevance
11706 static struct heredoc *heredoclist; /* list of here documents to read */ variable11943 if (heredoclist == NULL) in parsefname()11944 heredoclist = here; in parsefname()11946 for (p = heredoclist; p->next; p = p->next) in parsefname()13016 saveheredoclist = heredoclist; in readtoken1()13017 heredoclist = NULL; in readtoken1()13035 heredoclist = saveheredoclist; in readtoken1()13299 heredoclist = 0; in parsecmd()13315 here = heredoclist; in parseheredoc()13316 heredoclist = NULL; in parseheredoc()[all …]