SIM_INTERNAL_UNIT  457 src/simh/sim_timer.c SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE;
SIM_INTERNAL_UNIT  459 src/simh/sim_timer.c sim_register_clock_unit_tmr (&SIM_INTERNAL_UNIT, SIM_INTERNAL_CLK);
SIM_INTERNAL_UNIT  787 src/simh/sim_timer.c     if ((tmr != newtmr) && (!sim_is_active (&SIM_INTERNAL_UNIT))) {
SIM_INTERNAL_UNIT  793 src/simh/sim_timer.c         SIM_INTERNAL_UNIT.action = &sim_timer_clock_tick_svc;
SIM_INTERNAL_UNIT  794 src/simh/sim_timer.c         SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE;
SIM_INTERNAL_UNIT  795 src/simh/sim_timer.c         sim_activate_abs (&SIM_INTERNAL_UNIT, 0);
SIM_INTERNAL_UNIT  796 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  809 src/simh/sim_timer.c     sim_cancel (&SIM_INTERNAL_UNIT);
SIM_INTERNAL_UNIT  831 src/simh/sim_timer.c     sim_cancel (&SIM_INTERNAL_UNIT);
SIM_INTERNAL_UNIT  871 src/simh/sim_timer.c sim_cancel (&SIM_INTERNAL_UNIT);                    /* Make sure Internal Timer is stopped */