HomeSort by relevance Sort by last modified time
    Searched refs:ndup (Results 1 - 7 of 7) sorted by null

  /system/core/sh/
nodes.c 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
    [all...]
nodes.h 111 struct ndup { struct
146 struct ndup ndup; member in union:node
redir.c 133 n->ndup.dupfd == fd)
222 if (redir->ndup.dupfd >= 0) { /* if not ">&-" */
223 if (memory[redir->ndup.dupfd])
226 copyfd(redir->ndup.dupfd, fd);
show.c 155 fprintf(fp, "%d", np->ndup.dupfd);
parser.c 621 n->ndup.vname = NULL;
624 n->ndup.dupfd = digit_val(text[0]);
626 n->ndup.dupfd = -1;
632 n->ndup.vname = makename();
    [all...]
eval.c 470 if (redir->ndup.vname) {
471 expandarg(redir->ndup.vname, &fn, EXP_FULL | EXP_TILDE);
jobs.c 1362 s[0] = n->ndup.dupfd + '0';

Completed in 55 milliseconds