Lines Matching refs:region
78 region=
199 # If there's more than one region, ask the user which one.
204 select region in $regions
206 case $region in
211 case $region in
215 region=$regions
218 # Determine TZ from country and region.
221 -v region="$region" \
233 $1 == cc && $4 == region { print $3 }
271 case $country+$region in
272 ?*+?*) echo >&2 " $country$newline $region";;