Lines Matching refs:i
6 i=0; while test "${if[$i]}"; do
7 test x"${dns_prio[$i]}" != x"" \
8 && test "${dns_prio[$i]}" -gt "$prio" \
9 && prio="${dns_prio[$i]}"
10 let i++; done
12 i=0; while test "${if[$i]}"; do
13 if test "${dnsmasq[$i]}"; then
14 for d in ${dnsmasq[$i]}; do
18 let i++;
23 for d in ${dns[$i]}; do
24 p="${dns_prio[$i]}"
30 let i++;