| 1166 | } |
| 1167 | |
| 1168 | static void date_tea(struct tm *tm, struct tm *now UNUSED, int *num) |
| 1169 | { |
| 1170 | pending_number(tm, num); |
| 1171 | date_time(tm, 17); |
| 1172 | } |
| 1173 | |
| 1174 | static void date_pm(struct tm *tm, struct tm *now UNUSED, int *num) |
| 1175 | { |
nothing calls this directly
no test coverage detected