Lines Matching defs:last_time
352 * last_time is set immediately prior to exection of an event (via ex())
356 static time_t last_time, init_time, t_old;
505 last_time = t_old;
508 if ((t_old > t) || (t-last_time > CUSHION) || reset_needed) {
535 last_time = t;
577 last_time = next_event->time; /* save execution time */
597 * check if time(0)< last_time. if so, then the
600 * job for the >>next time after last_time<<, and
605 if (last_time > time(NULL)) {
612 newtime = 30 - (last_time % 30);
613 newtime += last_time;
2598 if (last_time > now) {