Home
last modified time | relevance | path

Searched defs:heredoc (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/bin/sh/
H A Dparser.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
/dflybsd-src/contrib/tcsh-6/
H A Dsh.dol.c1006 heredoc(Char *term) in heredoc() function