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

/system/core/rootdir/etc/
H A Dinit.testmenu8 n3=`cat /data/phoneentry3 2>/dev/null`
11 n3=${n3:-"*#06#"}
119 echo " 3: Dial: ATD $n3;"
133 "3" ) echo "Dialing $n3"; echo -e "ATD $n3;\r" >$atdev;;
136 "6" ) echo -n "Number: "; read n3; echo $n3 >/data/phoneentry3;;
/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 61 milliseconds