Searched defs:heredoc (Results 1 – 3 of 3) sorted by relevance
47 struct heredoc { struct48 struct heredoc *next; /* next here document in list */ argument56 struct heredoc *heredoclist; /* list of here documents to read */ argument66 struct heredoc *heredoc; variable
71 static int heredoc; variable
811 heredoc(term) in heredoc() function