Searched defs:here (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dparser.c80 struct heredoc *next; /* next here document in list */
81 union node *here; /* redirection node */ member in struct:heredoc
89 struct heredoc *heredoclist; /* list of here documents to read */
389 * Newline or semicolon here is optional (but note
645 struct heredoc *here = heredoc; local
652 if (here->striptabs) {
659 here->eofmark = wordtext;
660 here->next = NULL;
662 heredoclist = here;
665 p->next = here;
682 struct heredoc *here; local
[all...]

Completed in 54 milliseconds