Home
last modified time | relevance | path

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

/csrg-svn/bin/sh/
H A Dparser.c47 struct heredoc { struct
48 struct heredoc *next; /* next here document in list */ argument
56 struct heredoc *heredoclist; /* list of here documents to read */ argument
66 struct heredoc *heredoc; variable
/csrg-svn/local/toolchest/ksh/sh/
H A Dcmd.c71 static int heredoc; variable
/csrg-svn/bin/csh/
H A Ddol.c811 heredoc(term) in heredoc() function