allowed_single_remote_cmds  534 src/simh/sim_console.c static CTAB allowed_single_remote_cmds[] = {
allowed_single_remote_cmds  903 src/simh/sim_console.c                 sim_rem_active_command = &allowed_single_remote_cmds[0];/* Dummy */
allowed_single_remote_cmds  911 src/simh/sim_console.c             if ((cmdp = find_ctab (sim_rem_single_mode[i] ? allowed_single_remote_cmds : (master_session ? allowed_master_remote_cmds : allowed_remote_cmds), gbuf))) {/* lookup command */