| 1160 | } |
| 1161 | |
| 1162 | static void date_noon(struct tm *tm, struct tm *now UNUSED, int *num) |
| 1163 | { |
| 1164 | pending_number(tm, num); |
| 1165 | date_time(tm, 12); |
| 1166 | } |
| 1167 | |
| 1168 | static void date_tea(struct tm *tm, struct tm *now UNUSED, int *num) |
| 1169 | { |
nothing calls this directly
no test coverage detected