Searched refs:rpp (Results 1 – 1 of 1) sorted by relevance
293 union node *redir, **rpp; in command() local299 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() argument532 union node **orig_rpp = rpp; in simplecmd()[all …]