Searched refs:here (Results 1 - 2 of 2) 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...]
/system/core/rootdir/
H A DAndroid.mk59 # Just like /system/etc/init.goldfish.sh, the /init.godlfish.rc is here

Completed in 764 milliseconds