Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dparser.c80 struct heredoc { struct
81 struct heredoc *next; /* next here document in list */ argument
93 static struct heredoc *heredoclist; /* list of here documents to read */ argument
102 static struct heredoc *heredoc; variable
756 struct heredoc *here = heredoc; in parsefname()
757 struct heredoc *p; in parsefname()
792 struct heredoc *here; in parseheredoc()
1056 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc)); in parseredir()
1057 heredoc->here = np; in parseredir()
1059 heredoc->striptabs = 1; in parseredir()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.decls.h79 extern void heredoc (Char *);
H A Dsh.sem.c216 heredoc(t->t_dlef); in execute()
H A Dsh.dol.c966 heredoc(Char *term) in heredoc() function