Home | History | Annotate | Download | only in src

Lines Matching full:next_print

1898   time_t next_print = start + print_delay_;
1931 if (now >= next_print) {
1934 next_print = NextOccurance(print_delay_, start, now);