Searched defs:n3 (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dparser.c152 union node *n1, *n2, *n3; local
168 n3 = (union node *)stalloc(sizeof (struct nredir));
169 n3->type = NBACKGND;
170 n3->nredir.n = n2;
171 n3->nredir.redirect = NULL;
172 n2 = n3;
179 n3 = (union node *)stalloc(sizeof (struct nbinary));
180 n3->type = NSEMI;
181 n3->nbinary.ch1 = n1;
182 n3
222 union node *n1, *n2, *n3; local
[all...]

Completed in 357 milliseconds