SIM_SW_HIDE 6528 src/simh/scp.c if (sim_switches & SIM_SW_HIDE) /* Setup only for Remote Console Mode */ SIM_SW_HIDE 6834 src/simh/scp.c sim_switches = sim_switches | SIM_SW_HIDE; SIM_SW_HIDE 6902 src/simh/scp.c if ((sim_switches & SIM_SW_HIDE) && SIM_SW_HIDE 954 src/simh/sim_console.c sim_switches |= SIM_SW_HIDE;/* Request Setup only */ SIM_SW_HIDE 956 src/simh/sim_console.c sim_switches &= ~SIM_SW_HIDE;/* Done with Setup only mode */