Searched defs:heredoc (Results 1 – 2 of 2) sorted by relevance
85 struct heredoc { struct86 struct heredoc *next; /* next here document in list */ argument98 static struct heredoc *heredoclist; /* list of here documents to read */ argument107 static struct heredoc *heredoc; variable
1006 heredoc(Char *term) in heredoc() function