Searched refs:here (Results 1 – 4 of 4) sorted by relevance
81 union node *here; /* redirection node */ member645 struct heredoc *here = heredoc; in parsefname() local652 if (here->striptabs) { in parsefname()659 here->eofmark = wordtext; in parsefname()660 here->next = NULL; in parsefname()662 heredoclist = here; in parsefname()665 p->next = here; in parsefname()682 struct heredoc *here; in parseheredoc() local686 here = heredoclist; in parseheredoc()687 heredoclist = here->next; in parseheredoc()[all …]
145 tents of here documents. An early version of ash kept the con-146 tents of here documents in temporary files, but keeping here do-149 temporary files for here documents, for the benefit of small201 right. In the case of here documents which are not subject to204 field can be written without any processing). Other here docu-
103 for illustration only here) and without a trailing 0 byte.
3 to understand what's going on here.