Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c878 #define NFROMFD 23 macro
1310 case NFROMFD: s = "<&"; break; in shcmd()
1317 if (np->nfile.type == NTOFD || np->nfile.type == NFROMFD) { in shcmd()
5095 case NFROMFD: in cmdtxt()
5103 if (n->type == NTOFD || n->type == NFROMFD) { in cmdtxt()
5839 if (redir->nfile.type == NTOFD || redir->nfile.type == NFROMFD) { in redirect()
8928 [NFROMFD ] = SHELL_ALIGN(sizeof(struct ndup)),
9016 case NFROMFD: in calcsize()
9139 case NFROMFD: in copynode()
9622 case NFROMFD: in expredir()
[all …]