Home
last modified time | relevance | path

Searched refs:x_step_cmd (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_console.c453 static t_stat x_step_cmd (int32 flag, CONST char *cptr) in x_step_cmd() function
474 { "STEP", &x_step_cmd, 0 },
492 { "STEP", &x_step_cmd, 0 },
890 if (cmdp->action == &x_step_cmd) { in sim_rem_con_data_svc()
974 if ((cmdp && (cmdp->action == &x_step_cmd)) || in sim_rem_con_data_svc()