Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
H A Dredir.c140 if ((n->nfile.type == NTOFD || n->nfile.type == NFROMFD) && in redirect()
229 case NFROMFD: in openredirect()
H A Dshow.c148 case NFROMFD: s = "<&"; dftfd = 0; break; in shcmd()
156 if (np->nfile.type == NTOFD || np->nfile.type == NFROMFD) { in shcmd()
H A Dnodetypes127 NFROMFD ndup # fd>&dupfd
H A Djobs.c1377 if (n->type == NTOFD || n->type == NFROMFD) { in cmdtxtredir()
1497 case NFROMFD: in cmdtxt()
H A Dparser.c781 } else if (n->type == NTOFD || n->type == NFROMFD) { in parsefname()
1069 np->type = NFROMFD; in parseredir()
H A Deval.c544 case NFROMFD: in expredir()
/dragonfly/bin/sh/pregenerated/
H A Dnodes.h28 #define NFROMFD 23 macro
H A Dnodes.c201 case NFROMFD: in calcsize()
298 case NFROMFD: in copynode()