| 1154 | } |
| 1155 | |
| 1156 | static void date_midnight(struct tm *tm, struct tm *now UNUSED, int *num) |
| 1157 | { |
| 1158 | pending_number(tm, num); |
| 1159 | date_time(tm, 0); |
| 1160 | } |
| 1161 | |
| 1162 | static void date_noon(struct tm *tm, struct tm *now UNUSED, int *num) |
| 1163 | { |
nothing calls this directly
no test coverage detected