SIM_INTERNAL_UNIT  461 src/simh/sim_timer.c SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE;
SIM_INTERNAL_UNIT  463 src/simh/sim_timer.c sim_register_clock_unit_tmr (&SIM_INTERNAL_UNIT, SIM_INTERNAL_CLK);
SIM_INTERNAL_UNIT  780 src/simh/sim_timer.c     if ((tmr != newtmr) && (!sim_is_active (&SIM_INTERNAL_UNIT))) {
SIM_INTERNAL_UNIT  784 src/simh/sim_timer.c         SIM_INTERNAL_UNIT.action = &sim_timer_clock_tick_svc;
SIM_INTERNAL_UNIT  785 src/simh/sim_timer.c         SIM_INTERNAL_UNIT.flags = UNIT_DIS | UNIT_IDLE;
SIM_INTERNAL_UNIT  786 src/simh/sim_timer.c         sim_activate_abs (&SIM_INTERNAL_UNIT, 0);
SIM_INTERNAL_UNIT  787 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  798 src/simh/sim_timer.c     sim_cancel (&SIM_INTERNAL_UNIT);
SIM_INTERNAL_UNIT  818 src/simh/sim_timer.c     sim_cancel (&SIM_INTERNAL_UNIT);
SIM_INTERNAL_UNIT  858 src/simh/sim_timer.c sim_cancel (&SIM_INTERNAL_UNIT);                    /* Make sure Internal Timer is stopped */