Searched refs:rpp (Results 1 – 1 of 1) sorted by relevance
11963 union node **rpp, *redir; in simplecmd() local11976 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() local12282 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()