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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dparser.c149 union node *n1, *n2, *n3; local
180 n3 = stalloc(sizeof(struct nredir));
181 n3->nredir.n = n2;
182 n3->nredir.redirect = NULL;
183 n2 = n3;
192 n3 = (union node *)stalloc(sizeof (struct nbinary));
193 n3->type = NSEMI;
194 n3->nbinary.ch1 = n1;
195 n3->nbinary.ch2 = n2;
196 n1 = n3;
220 union node *n1, *n2, *n3; local
[all...]

Completed in 21 milliseconds