Home
last modified time | relevance | path

Searched refs:NTOFD (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c877 #define NTOFD 22 macro
1308 case NTOFD: s = ">&"; dftfd = 1; break; in shcmd()
1317 if (np->nfile.type == NTOFD || np->nfile.type == NFROMFD) { in shcmd()
5089 case NTOFD: in cmdtxt()
5103 if (n->type == NTOFD || n->type == NFROMFD) { in cmdtxt()
5839 if (redir->nfile.type == NTOFD || redir->nfile.type == NFROMFD) { in redirect()
8927 [NTOFD ] = SHELL_ALIGN(sizeof(struct ndup)),
9015 case NTOFD: in calcsize()
9138 case NTOFD: in copynode()
9623 case NTOFD: /* >& */ in expredir()
[all …]