Home | History | Annotate | Download | only in at

Lines Matching defs:hour

93 	{"hour", HOURS, false},		/* hours ... */
362 int hour, minute;
366 hour = atoi(sc_token);
378 minute = hour % 100;
379 hour = hour / 100;
389 if (hour > 12)
393 if (hour != 12) /* 12:xx PM is 12:xx, not 24:xx */
394 hour += 12;
396 if (hour == 12) /* 12:xx AM is 00:xx, not 12:xx */
397 hour = 0;
400 } else if (hour > 23)
408 if ((sc_tokid == TOKEOF || sc_tokid == PLUS) && (tm->tm_hour > hour ||
409 (tm->tm_hour == hour && tm->tm_min > minute))) {
414 tm->tm_hour = hour;
616 * set our runtime to that hour before leaping into the