Home
last modified time | relevance | path

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

/NextBSD/bin/sh/
HDparser.c94 static struct heredoc *heredoclist; /* list of here documents to read */ variable
109 #define NOEOFMARK ((const char *)&heredoclist)
214 heredoclist = NULL; in parsecmd()
248 heredoclist = NULL; in parsewordexp()
325 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 …]