Lines Matching refs:region
392 region=
534 region=$select_result
539 region = substr(ARGV[2], 2)
544 if (f[nf] == region)
548 ' ="$distance_table" ="$region"
701 # If there's more than one region, ask the user which one.
706 region=$select_result
709 # Determine tz from country and region.
714 region = substr(ARGV[2], 2)
733 if ($1 ~ cc && ($4 == region || !region))
737 ' ="$country" ="$region" ="$TZ_COUNTRY_TABLE" ="$zone_table"
779 case $time%$country_result%$region%$coord in
781 say >&2 " $time$newline $country_result$newline $region";;
782 ?*%?*%%|?*%%?*%) say >&2 " $time$newline $country_result$region";;
784 %?*%?*%) say >&2 " $country_result$newline $region";;
786 %%?*%?*) say >&2 " coord $coord$newline $region";;