last_bell_time   2091 src/simh/sim_console.c static uint32 last_bell_time;
last_bell_time   2100 src/simh/sim_console.c         if ((now - last_bell_time) > BELL_INTERVAL_MS) {
last_bell_time   2102 src/simh/sim_console.c             last_bell_time = now;