Searched defs:heredoc (Results 1 – 2 of 2) sorted by relevance
78 struct heredoc { struct79 struct heredoc *next; /* next here document in list */ argument91 static struct heredoc *heredoclist; /* list of here documents to read */ argument100 static struct heredoc *heredoc; variable
966 heredoc(Char *term) in heredoc() function