Lines Matching refs:country
60 Instead of asking for continent and then country and then city,
198 # Awk script to output a country list.
242 country = cc_list[i]
243 if (cc_elsewhere[country])
245 if (cc_name[country])
246 country = cc_name[country]
247 print country
269 country[$1] = $2
271 country["US"] = "US" # Otherwise the strings get too long.
350 item = cc_used[cc[i]] <= 1 ? country[cc[i]] : $4
377 country=
646 # If there's more than one country, ask the user which one.
649 echo >&2 'Please select a country' \
653 country=$select_result;;
655 country=$countries
659 # Get list of timezones in the country.
663 country = substr(ARGV[1], 2)
668 cc = country
672 if ($0 !~ /^#/ && country == $2) {
686 ' ="$country" ="$TZ_COUNTRY_TABLE" ="$zone_table"
697 # Determine tz from country and region.
701 country = substr(ARGV[1], 2)
707 cc = country
711 if ($0 !~ /^#/ && country == $2) {
725 ' ="$country" ="$region" ="$TZ_COUNTRY_TABLE" ="$zone_table"