rtc_clock_catchup_pending  325 src/simh/sim_timer.c static t_bool rtc_clock_catchup_pending[SIM_NTIMERS+1]   = { 0 }; /* clock tick catchup pending */
rtc_clock_catchup_pending  410 src/simh/sim_timer.c rtc_clock_catchup_pending[tmr]    = FALSE;
rtc_clock_catchup_pending  439 src/simh/sim_timer.c if (rtc_clock_catchup_pending[tmr]) {                   /* catchup tick? */
rtc_clock_catchup_pending  441 src/simh/sim_timer.c     rtc_clock_catchup_pending[tmr] = FALSE;