allowed_master_remote_cmds 508 src/simh/sim_console.c static CTAB allowed_master_remote_cmds[] = { allowed_master_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 */ allowed_master_remote_cmds 940 src/simh/sim_console.c cmdp = find_ctab (allowed_master_remote_cmds, "CONTINUE");