Home
last modified time | relevance | path

Searched refs:here (Results 1 – 4 of 4) sorted by relevance

/system/core/sh/
Dparser.c81 union node *here; /* redirection node */ member
645 struct heredoc *here = heredoc; in parsefname() local
652 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() local
686 here = heredoclist; in parseheredoc()
687 heredoclist = here->next; in parseheredoc()
[all …]
DTOUR145 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 small
201 right. In the case of here documents which are not subject to
204 field can be written without any processing). Other here docu-
/system/core/fastboot/
Dfastboot_protocol.txt103 for illustration only here) and without a trailing 0 byte.
/system/core/adb/
DSERVICES.TXT3 to understand what's going on here.