Home | History | Annotate | Download | only in sh

Lines Matching refs:ndup

80       SHELL_ALIGN(sizeof (struct ndup)),
81 SHELL_ALIGN(sizeof (struct ndup)),
180 calcsize(n->ndup.vname);
181 calcsize(n->ndup.next);
279 new->ndup.vname = copynode(n->ndup.vname);
280 new->ndup.dupfd = n->ndup.dupfd;
281 new->ndup.fd = n->ndup.fd;
282 new->ndup.next = copynode(n->ndup.next);