rtc_clock_catchup_pending 316 src/simh/sim_timer.c static t_bool rtc_clock_catchup_pending[SIM_NTIMERS+1] = { 0 }; /* clock tick catchup pending */ rtc_clock_catchup_pending 401 src/simh/sim_timer.c rtc_clock_catchup_pending[tmr] = FALSE; rtc_clock_catchup_pending 431 src/simh/sim_timer.c if (rtc_clock_catchup_pending[tmr]) { /* catchup tick? */ rtc_clock_catchup_pending 433 src/simh/sim_timer.c rtc_clock_catchup_pending[tmr] = FALSE;