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