SIM_SW_HIDE 5800 src/simh/scp.c if (sim_switches & SIM_SW_HIDE) /* Setup only for Remote Console Mode */ SIM_SW_HIDE 6106 src/simh/scp.c sim_switches = sim_switches | SIM_SW_HIDE; SIM_SW_HIDE 6174 src/simh/scp.c if ((sim_switches & SIM_SW_HIDE) && SIM_SW_HIDE 935 src/simh/sim_console.c sim_switches |= SIM_SW_HIDE;/* Request Setup only */ SIM_SW_HIDE 937 src/simh/sim_console.c sim_switches &= ~SIM_SW_HIDE;/* Done with Setup only mode */