SIM_INTERNAL_UNIT  458 src/simh/sim_timer.c SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE;
SIM_INTERNAL_UNIT  460 src/simh/sim_timer.c sim_register_clock_unit_tmr (&SIM_INTERNAL_UNIT, SIM_INTERNAL_CLK);
SIM_INTERNAL_UNIT  788 src/simh/sim_timer.c     if ((tmr != newtmr) && (!sim_is_active (&SIM_INTERNAL_UNIT))) {
SIM_INTERNAL_UNIT  794 src/simh/sim_timer.c         SIM_INTERNAL_UNIT.action = &sim_timer_clock_tick_svc;
SIM_INTERNAL_UNIT  795 src/simh/sim_timer.c         SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE;
SIM_INTERNAL_UNIT  796 src/simh/sim_timer.c         sim_activate_abs (&SIM_INTERNAL_UNIT, 0);
SIM_INTERNAL_UNIT  797 src/simh/sim_timer.c         sim_rtcn_init_unit (&SIM_INTERNAL_UNIT, (CLK_INIT*CLK_TPS)/sim_int_clk_tps, SIM_INTERNAL_CLK);
SIM_INTERNAL_UNIT  810 src/simh/sim_timer.c     sim_cancel (&SIM_INTERNAL_UNIT);
SIM_INTERNAL_UNIT  832 src/simh/sim_timer.c     sim_cancel (&SIM_INTERNAL_UNIT);
SIM_INTERNAL_UNIT  872 src/simh/sim_timer.c sim_cancel (&SIM_INTERNAL_UNIT);                    /* Make sure Internal Timer is stopped */