allowed_remote_cmds  489 src/simh/sim_console.c static CTAB allowed_remote_cmds[] = {
allowed_remote_cmds  559 src/simh/sim_console.c for (cmdp=allowed_remote_cmds; cmdp->name != NULL; ++cmdp) {
allowed_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 */