rtc_clock_catchup_pending 334 src/simh/sim_timer.c static t_bool rtc_clock_catchup_pending[SIM_NTIMERS+1] = { 0 }; /* clock tick catchup pending */ rtc_clock_catchup_pending 418 src/simh/sim_timer.c rtc_clock_catchup_pending[tmr] = FALSE; rtc_clock_catchup_pending 447 src/simh/sim_timer.c if (rtc_clock_catchup_pending[tmr]) { /* catchup tick? */ rtc_clock_catchup_pending 449 src/simh/sim_timer.c rtc_clock_catchup_pending[tmr] = FALSE;