Home | History | Annotate | Download | only in time

Lines Matching refs:region

379   region=
522 region=$select_result
527 region = substr(ARGV[2], 2)
532 if (f[nf] == region)
536 ' ="$distance_table" ="$region"
689 # If there's more than one region, ask the user which one.
694 region=$select_result
697 # Determine tz from country and region.
702 region = substr(ARGV[2], 2)
721 if ($1 ~ cc && ($4 == region || !region))
725 ' ="$country" ="$region" ="$TZ_COUNTRY_TABLE" ="$zone_table"
764 case $time%$country_result%$region%$coord in
766 say >&2 " $time$newline $country_result$newline $region";;
767 ?*%?*%%|?*%%?*%) say >&2 " $time$newline $country_result$region";;
769 %?*%?*%) say >&2 " $country_result$newline $region";;
771 %%?*%?*) say >&2 " coord $coord$newline $region";;