SIM_SW_HIDE 6358 src/simh/scp.c if (sim_switches & SIM_SW_HIDE) /* Setup only for Remote Console Mode */ SIM_SW_HIDE 6664 src/simh/scp.c sim_switches = sim_switches | SIM_SW_HIDE; SIM_SW_HIDE 6732 src/simh/scp.c if ((sim_switches & SIM_SW_HIDE) && SIM_SW_HIDE 953 src/simh/sim_console.c sim_switches |= SIM_SW_HIDE;/* Request Setup only */ SIM_SW_HIDE 955 src/simh/sim_console.c sim_switches &= ~SIM_SW_HIDE;/* Done with Setup only mode */