Lines Matching +full:100 +full:ask
2 # Ask the user about the time zone, and output the resulting TZ value to stdout.
61 ask for selection from time zones whose largest cities
78 # Ask the user to select from the function's arguments,
285 intmin = minsec < 0 ? -int(-minsec / 100) : int(minsec / 100)
286 sec = minsec - intmin * 100
290 intdeg = degmin < 0 ? -int(-degmin / 100) : int(degmin / 100)
291 minute = degmin - intdeg * 100
388 # Ask the user for continent or ocean.
452 # Ask the user for a proleptic TZ string. Check that it conforms.
646 # If there's more than one country, ask the user which one.
689 # If there's more than one region, ask the user which one.
759 # Output TZ info and ask the user to confirm.