Home | History | Annotate | Download | only in tzcode

Lines Matching refs:country

77 	country=
151 country = cc_list[i]
152 if (cc_name[country]) {
153 country = cc_name[country]
155 print country
161 # If there's more than one country, ask the user which one.
164 echo >&2 'Please select a country.'
165 select country in $countries
167 case $country in
173 case $country in
177 country=$countries
181 # Get list of names of time zone rule regions in the country.
183 -v country="$country" \
187 cc = country
189 if ($0 !~ /^#/ && country == $2) {
218 # Determine TZ from country and region.
220 -v country="$country" \
225 cc = country
227 if ($0 !~ /^#/ && country == $2) {
271 case $country+$region in
272 ?*+?*) echo >&2 " $country$newline $region";;
273 ?*+) echo >&2 " $country";;