rtc_clock_catchup_pending  327 src/simh/sim_timer.c static t_bool rtc_clock_catchup_pending[SIM_NTIMERS+1]   = { 0 }; /* clock tick catchup pending */
rtc_clock_catchup_pending  412 src/simh/sim_timer.c rtc_clock_catchup_pending[tmr]    = FALSE;
rtc_clock_catchup_pending  442 src/simh/sim_timer.c if (rtc_clock_catchup_pending[tmr]) {                   /* catchup tick? */
rtc_clock_catchup_pending  444 src/simh/sim_timer.c     rtc_clock_catchup_pending[tmr] = FALSE;