Home
last modified time | relevance | path

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

/system/core/sh/
Dnodes.h8 #define NREDIR 3 macro
Dnodes.c139 case NREDIR:
237 case NREDIR:
Dnodetypes67 NREDIR nredir # redirection (of a complex command)
Dparser.c165 } else if (n2->type == NREDIR) { in list()
509 n2->type = NREDIR; in command()
Deval.c251 case NREDIR: in evaltree()
Djobs.c1282 case NREDIR: in cmdtxt()