Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c11963 union node **rpp, *redir; in simplecmd() local
11976 rpp = &redir; in simplecmd()
12052 *rpp = n = redirnode; in simplecmd()
12053 rpp = &n->nfile.next; in simplecmd()
12090 *rpp = NULL; in simplecmd()
12107 union node *redir, **rpp; in parse_command() local
12282 rpp = rpp2; in parse_command()
12284 *rpp = n2 = redirnode; in parse_command()
12285 rpp = &n2->nfile.next; in parse_command()
12289 *rpp = NULL; in parse_command()