steps             648 src/simh/sim_console.c int32 steps = 0;
steps             936 src/simh/sim_console.c                         steps = 1;                      /* default of 1 instruction */
steps             943 src/simh/sim_console.c                                  steps = (int32) get_uint (gbuf, 10, INT_MAX, &stat);
steps             944 src/simh/sim_console.c                                  if ((stat != SCPE_OK) || (steps <= 0)) /* error? */
steps            1037 src/simh/sim_console.c     if (steps)
steps            1038 src/simh/sim_console.c         sim_activate(uptr, steps);                      /* check again after 'steps' instructions */