Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dparser.c91 static struct heredoc *heredoclist; /* list of here documents to read */ variable
106 #define NOEOFMARK ((const char *)&heredoclist)
212 heredoclist = NULL; in parsecmd()
246 heredoclist = NULL; in parsewordexp()
323 if (heredoclist) in list()
769 if (heredoclist == NULL) in parsefname()
770 heredoclist = here; in parsefname()
772 for (p = heredoclist ; p->next ; p = p->next); in parsefname()
793 while (heredoclist) { in parseheredoc()
794 here = heredoclist; in parseheredoc()
[all …]