Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
HDparser.c85 struct heredoc { struct
86 struct heredoc *next; /* next here document in list */ argument
98 static struct heredoc *heredoclist; /* list of here documents to read */ argument
107 static struct heredoc *heredoc; variable
760 struct heredoc *here = heredoc; in parsefname()
761 struct heredoc *p; in parsefname()
796 struct heredoc *here; in parseheredoc()
1060 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc)); in parseredir()
1061 heredoc->here = np; in parseredir()
1063 heredoc->striptabs = 1; in parseredir()
[all …]
/dragonfly/contrib/tcsh-6/
HDsh.decls.h79 extern void heredoc (Char *);
HDsh.sem.c216 heredoc(t->t_dlef); in execute()
HDsh.dol.c1006 heredoc(Char *term) in heredoc() function