Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dparser.c78 struct heredoc { struct
79 struct heredoc *next; /* next here document in list */ argument
91 static struct heredoc *heredoclist; /* list of here documents to read */ argument
100 static struct heredoc *heredoc; variable
/freebsd/contrib/tcsh/
H A Dsh.dol.c966 heredoc(Char *term) in heredoc() function