Home | History | Annotate | Download | only in sh

Lines Matching full:nredir

62       SHELL_ALIGN(sizeof (struct nredir)),
63 SHELL_ALIGN(sizeof (struct nredir)),
64 SHELL_ALIGN(sizeof (struct nredir)),
139 case NREDIR:
142 calcsize(n->nredir.redirect);
143 calcsize(n->nredir.n);
237 case NREDIR:
240 new->nredir.redirect = copynode(n->nredir.redirect);
241 new->nredir.n = copynode(n->nredir.n);