Home
last modified time | relevance | path

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

/system/core/sh/
Dparser.c293 union node *redir, **rpp; in command() local
299 rpp = &redir; in command()
303 *rpp = n2 = redirnode; in command()
304 rpp = &n2->nfile.next; in command()
491 n1 = simplecmd(rpp, redir); in command()
500 *rpp = n2 = redirnode; in command()
501 rpp = &n2->nfile.next; in command()
505 *rpp = NULL; in command()
529 simplecmd(union node **rpp, union node *redir) in simplecmd() argument
532 union node **orig_rpp = rpp; in simplecmd()
[all …]