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

  /system/core/sh/
nodes.h 26 #define NTOFD 21
redir.c 132 if ((n->nfile.type == NTOFD || n->nfile.type == NFROMFD) &&
220 case NTOFD:
show.c 145 case NTOFD: s = ">&"; dftfd = 1; break;
154 if (np->nfile.type == NTOFD || np->nfile.type == NFROMFD) {
nodes.c 178 case NTOFD:
277 case NTOFD:
jobs.c 1346 case NTOFD:
1361 if (n->type == NTOFD || n->type == NFROMFD) {
parser.c 667 } else if (n->type == NTOFD || n->type == NFROMFD) {
1209 np->type = NTOFD;
    [all...]
eval.c 469 case NTOFD:

Completed in 198 milliseconds