t_stat             81 src/dps8/dps8_absi.c static t_stat absi_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             88 src/dps8/dps8_absi.c static t_stat absi_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            100 src/dps8/dps8_absi.c static t_stat absi_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            113 src/dps8/dps8_absi.c static t_stat absi_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            160 src/dps8/dps8_absi.c static t_stat absi_reset (UNUSED DEVICE * dptr)
t_stat            167 src/dps8/dps8_absi.c static t_stat absiAttach (UNIT * uptr, const char * cptr)
t_stat            175 src/dps8/dps8_absi.c     t_stat ret;
t_stat            205 src/dps8/dps8_absi.c static t_stat absiDetach (UNIT * uptr)
t_stat            208 src/dps8/dps8_absi.c     t_stat ret;
t_stat            549 src/dps8/dps8_append.c t_stat dump_sdwam (void)
t_stat            126 src/dps8/dps8_append.h t_stat dump_sdwam (void);
t_stat            168 src/dps8/dps8_cable.c static t_stat sys_cable_graph (void);
t_stat            247 src/dps8/dps8_cable.c static t_stat back_cable_iom_to_scu (int uncable, uint iom_unit_idx, uint iom_port_num, uint scu_unit_idx, uint scu_port_num)
t_stat            270 src/dps8/dps8_cable.c static t_stat cable_scu_to_iom (int uncable, uint scu_unit_idx, uint scu_port_num, uint iom_unit_idx, uint iom_port_num)
t_stat            282 src/dps8/dps8_cable.c         t_stat rc = back_cable_iom_to_scu (uncable, iom_unit_idx, iom_port_num,
t_stat            305 src/dps8/dps8_cable.c         t_stat rc = back_cable_iom_to_scu (uncable, iom_unit_idx, iom_port_num,
t_stat            328 src/dps8/dps8_cable.c static t_stat back_cable_cpu_to_scu (int uncable, uint cpu_unit_idx, uint cpu_port_num,
t_stat            353 src/dps8/dps8_cable.c static t_stat cable_scu_to_cpu (int uncable, uint scu_unit_idx, uint scu_port_num,
t_stat            367 src/dps8/dps8_cable.c         t_stat rc = back_cable_cpu_to_scu (uncable, cpu_unit_idx, cpu_port_num,
t_stat            391 src/dps8/dps8_cable.c         t_stat rc = back_cable_cpu_to_scu (uncable, cpu_unit_idx, cpu_port_num,
t_stat            419 src/dps8/dps8_cable.c static t_stat cable_scu (int uncable, uint scu_unit_idx, char * * name_save)
t_stat            547 src/dps8/dps8_cable.c static t_stat cable_ctlr_to_iom (int uncable, struct ctlr_to_iom_s * there,
t_stat            579 src/dps8/dps8_cable.c static t_stat cable_ctlr (int uncable,
t_stat            613 src/dps8/dps8_cable.c         t_stat rc = cable_ctlr_to_iom (uncable, there,
t_stat            632 src/dps8/dps8_cable.c         t_stat rc = cable_ctlr_to_iom (uncable, there,
t_stat            660 src/dps8/dps8_cable.c static t_stat cable_iom (int uncable, uint iom_unit_idx, char * * name_save)
t_stat            942 src/dps8/dps8_cable.c static t_stat cable_periph_to_ctlr (int uncable,
t_stat            978 src/dps8/dps8_cable.c static t_stat cable_periph (int uncable,
t_stat            996 src/dps8/dps8_cable.c         t_stat rc = cable_periph_to_ctlr (uncable,
t_stat           1018 src/dps8/dps8_cable.c         t_stat rc = cable_periph_to_ctlr (uncable,
t_stat           1037 src/dps8/dps8_cable.c static t_stat cable_mtp (int uncable, uint ctlr_unit_idx, char * * name_save)
t_stat           1090 src/dps8/dps8_cable.c static t_stat cable_ipc (int uncable, uint ctlr_unit_idx, char * * name_save)
t_stat           1143 src/dps8/dps8_cable.c static t_stat cable_msp (int uncable, uint ctlr_unit_idx, char * * name_save)
t_stat           1196 src/dps8/dps8_cable.c static t_stat cable_urp (int uncable, uint ctlr_unit_idx, char * * name_save)
t_stat           1287 src/dps8/dps8_cable.c t_stat sys_cable (int32 arg, const char * buf)
t_stat           1302 src/dps8/dps8_cable.c     t_stat rc = SCPE_ARG;
t_stat           1363 src/dps8/dps8_cable.c static t_stat
t_stat           1537 src/dps8/dps8_cable.c t_stat sys_cable_show (int32 dump, UNUSED const char * buf)
t_stat           1703 src/dps8/dps8_cable.c t_stat sys_cable_ripout (UNUSED int32 arg, UNUSED const char * buf)
t_stat            266 src/dps8/dps8_cable.h t_stat sys_cable (UNUSED int32 arg, const char * buf);
t_stat            290 src/dps8/dps8_cable.h t_stat sys_cable (UNUSED int32 arg, const char * buf);
t_stat            291 src/dps8/dps8_cable.h t_stat sys_cable_ripout (UNUSED int32 arg, UNUSED const char * buf);
t_stat            292 src/dps8/dps8_cable.h t_stat sys_cable_show (UNUSED int32 arg, UNUSED const char * buf);
t_stat             83 src/dps8/dps8_console.c static t_stat opc_reset (DEVICE * dptr);
t_stat             84 src/dps8/dps8_console.c static t_stat opc_show_nunits (FILE *st, UNIT *uptr, int val,
t_stat             86 src/dps8/dps8_console.c static t_stat opc_set_nunits (UNIT * uptr, int32 value, const char * cptr,
t_stat             88 src/dps8/dps8_console.c static t_stat opc_autoinput_set (UNIT *uptr, int32 val, const char *cptr,
t_stat             90 src/dps8/dps8_console.c static t_stat opc_autoinput_show (FILE *st, UNIT *uptr, int val,
t_stat             92 src/dps8/dps8_console.c static t_stat opc_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat             94 src/dps8/dps8_console.c static t_stat opc_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             96 src/dps8/dps8_console.c static t_stat opc_set_console_port (UNIT * uptr, UNUSED int32 value,
t_stat             98 src/dps8/dps8_console.c static t_stat opc_show_console_port (UNUSED FILE * st, UNIT * uptr,
t_stat            100 src/dps8/dps8_console.c static t_stat opc_set_console_address (UNIT * uptr, UNUSED int32 value,
t_stat            102 src/dps8/dps8_console.c static t_stat opc_show_console_address (UNUSED FILE * st, UNIT * uptr,
t_stat            104 src/dps8/dps8_console.c static t_stat opc_set_console_pw (UNIT * uptr, UNUSED int32 value,
t_stat            106 src/dps8/dps8_console.c static t_stat opc_show_console_pw (UNUSED FILE * st, UNIT * uptr,
t_stat            108 src/dps8/dps8_console.c static t_stat opc_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            110 src/dps8/dps8_console.c static t_stat opc_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            228 src/dps8/dps8_console.c static t_stat opc_svc (UNIT * unitp);
t_stat            404 src/dps8/dps8_console.c static t_stat opc_reset (UNUSED DEVICE * dptr)
t_stat            573 src/dps8/dps8_console.c static t_stat console_attn (UNUSED UNIT * uptr);
t_stat            592 src/dps8/dps8_console.c static t_stat console_attn (UNUSED UNIT * uptr)
t_stat           1014 src/dps8/dps8_console.c                         t_stat stat = cmdp->action (cmdp->arg, cptr);
t_stat           1642 src/dps8/dps8_console.c static t_stat opc_svc (UNIT * unitp)
t_stat           1653 src/dps8/dps8_console.c static t_stat opc_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1660 src/dps8/dps8_console.c static t_stat opc_set_nunits (UNUSED UNIT * uptr, int32 UNUSED value,
t_stat           1698 src/dps8/dps8_console.c static t_stat opc_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat           1754 src/dps8/dps8_console.c static t_stat opc_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1766 src/dps8/dps8_console.c static t_stat opc_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1776 src/dps8/dps8_console.c static t_stat opc_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat           1792 src/dps8/dps8_console.c static t_stat opc_set_console_port (UNIT * uptr, UNUSED int32 value,
t_stat           1813 src/dps8/dps8_console.c static t_stat opc_show_console_port (UNUSED FILE * st, UNIT * uptr,
t_stat           1826 src/dps8/dps8_console.c static t_stat opc_set_console_address (UNIT * uptr, UNUSED int32 value,
t_stat           1861 src/dps8/dps8_console.c static t_stat opc_show_console_address (UNUSED FILE * st, UNIT * uptr,
t_stat           1874 src/dps8/dps8_console.c static t_stat opc_set_console_pw (UNIT * uptr, UNUSED int32 value,
t_stat           1900 src/dps8/dps8_console.c static t_stat opc_show_console_pw (UNUSED FILE * st, UNIT * uptr,
t_stat            134 src/dps8/dps8_cpu.c static t_stat simh_cpu_reset_and_clear_unit (UNIT * uptr,
t_stat            140 src/dps8/dps8_cpu.c static t_stat cpu_show_config (UNUSED FILE * st, UNIT * uptr,
t_stat            471 src/dps8/dps8_cpu.c static t_stat cpu_set_config (UNIT * uptr, UNUSED int32 value,
t_stat            714 src/dps8/dps8_cpu.c static t_stat cpu_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            721 src/dps8/dps8_cpu.c static t_stat cpu_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            733 src/dps8/dps8_cpu.c static t_stat cpu_show_kips (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            740 src/dps8/dps8_cpu.c static t_stat cpu_set_kips (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            757 src/dps8/dps8_cpu.c static t_stat cpu_show_stall (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            782 src/dps8/dps8_cpu.c static t_stat cpu_set_stall (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            827 src/dps8/dps8_cpu.c static t_stat setCPUConfigL68 (UNIT * uptr, UNUSED int32 value, UNUSED const char * cptr, UNUSED void * desc) {
t_stat            852 src/dps8/dps8_cpu.c static t_stat setCPUConfigDPS8M (UNIT * uptr, UNUSED int32 value, UNUSED const char * cptr, UNUSED void * desc) {
t_stat            997 src/dps8/dps8_cpu.c static t_stat simh_cpu_reset_and_clear_unit (UNIT * uptr,
t_stat           1024 src/dps8/dps8_cpu.c static t_stat simh_cpu_reset_unit (UNIT * uptr,
t_stat           1242 src/dps8/dps8_cpu.c static t_stat cpu_boot (UNUSED int32 cpu_unit_idx, UNUSED DEVICE * dptr)
t_stat           1603 src/dps8/dps8_cpu.c static t_stat sim_cpu_reset (UNUSED DEVICE *dptr)
t_stat           1622 src/dps8/dps8_cpu.c static t_stat cpu_ex (t_value *vptr, t_addr addr, UNUSED UNIT * uptr,
t_stat           1636 src/dps8/dps8_cpu.c static t_stat cpu_dep (t_value val, t_addr addr, UNUSED UNIT * uptr,
t_stat           1766 src/dps8/dps8_cpu.c t_stat simh_hooks (void)
t_stat           1851 src/dps8/dps8_cpu.c t_stat sim_instr (void)
t_stat           1853 src/dps8/dps8_cpu.c     t_stat reason = 0;
t_stat           2171 src/dps8/dps8_cpu.c t_stat threadz_sim_instr (void)
t_stat           2185 src/dps8/dps8_cpu.c     t_stat reason = 0;
t_stat           2739 src/dps8/dps8_cpu.c               t_stat ret = executeInstruction ();
t_stat           3449 src/dps8/dps8_cpu.c t_stat write_operand (word18 addr, UNUSED processor_cycle_type cyctyp)
t_stat           3494 src/dps8/dps8_cpu.c t_stat set_mem_watch (int32 arg, const char * buf)
t_stat           1973 src/dps8/dps8_cpu.h t_stat simh_hooks (void);
t_stat           1978 src/dps8/dps8_cpu.h t_stat write_operand (word18 addr, processor_cycle_type acctyp);
t_stat           2370 src/dps8/dps8_cpu.h t_stat set_mem_watch (int32 arg, const char * buf);
t_stat           2388 src/dps8/dps8_cpu.h t_stat threadz_sim_instr (void);
t_stat             65 src/dps8/dps8_crdpun.c static t_stat pun_reset (DEVICE * dptr);
t_stat             66 src/dps8/dps8_crdpun.c static t_stat pun_show_nunits (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             67 src/dps8/dps8_crdpun.c static t_stat pun_set_nunits (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             68 src/dps8/dps8_crdpun.c static t_stat pun_show_device_name (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             69 src/dps8/dps8_crdpun.c static t_stat pun_set_device_name (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             70 src/dps8/dps8_crdpun.c static t_stat pun_show_path (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat             72 src/dps8/dps8_crdpun.c static t_stat pun_set_path (UNUSED UNIT * uptr, UNUSED int32 value, const UNUSED char * cptr,
t_stat             74 src/dps8/dps8_crdpun.c static t_stat pun_set_config (UNUSED UNIT *  uptr, UNUSED int32 value, const char * cptr,
t_stat             76 src/dps8/dps8_crdpun.c static t_stat pun_show_config (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val,
t_stat            271 src/dps8/dps8_crdpun.c static t_stat pun_reset (UNUSED DEVICE * dptr)
t_stat           1250 src/dps8/dps8_crdpun.c static t_stat pun_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val,
t_stat           1257 src/dps8/dps8_crdpun.c static t_stat pun_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr,
t_stat           1269 src/dps8/dps8_crdpun.c static t_stat pun_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1279 src/dps8/dps8_crdpun.c static t_stat pun_set_device_name (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1295 src/dps8/dps8_crdpun.c static t_stat pun_set_path (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1320 src/dps8/dps8_crdpun.c static t_stat pun_show_path (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1334 src/dps8/dps8_crdpun.c static t_stat pun_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat           1370 src/dps8/dps8_crdpun.c static t_stat pun_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             68 src/dps8/dps8_crdrdr.c static t_stat rdr_reset (DEVICE * dptr);
t_stat             69 src/dps8/dps8_crdrdr.c static t_stat rdr_show_nunits (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             70 src/dps8/dps8_crdrdr.c static t_stat rdr_set_nunits (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             71 src/dps8/dps8_crdrdr.c static t_stat rdr_show_device_name (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             72 src/dps8/dps8_crdrdr.c static t_stat rdr_set_device_name (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             73 src/dps8/dps8_crdrdr.c static t_stat rdr_show_path (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat             75 src/dps8/dps8_crdrdr.c static t_stat rdr_set_path (UNUSED UNIT * uptr, UNUSED int32 value, const UNUSED char * cptr,
t_stat            227 src/dps8/dps8_crdrdr.c static t_stat rdr_reset (UNUSED DEVICE * dptr)
t_stat           1018 src/dps8/dps8_crdrdr.c static t_stat rdr_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val,
t_stat           1025 src/dps8/dps8_crdrdr.c static t_stat rdr_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr,
t_stat           1037 src/dps8/dps8_crdrdr.c static t_stat rdr_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1047 src/dps8/dps8_crdrdr.c static t_stat rdr_set_device_name (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1063 src/dps8/dps8_crdrdr.c static t_stat rdr_set_path (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1090 src/dps8/dps8_crdrdr.c static t_stat rdr_show_path (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             79 src/dps8/dps8_dia.c static t_stat set_config (UNIT * uptr, UNUSED int value, const char * cptr, UNUSED void * desc)
t_stat            125 src/dps8/dps8_dia.c static t_stat show_config (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat            145 src/dps8/dps8_dia.c static t_stat show_status (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat            164 src/dps8/dps8_dia.c static t_stat show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            171 src/dps8/dps8_dia.c static t_stat set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            239 src/dps8/dps8_dia.c static t_stat reset (UNUSED DEVICE * dptr)
t_stat            244 src/dps8/dps8_dia.c static t_stat attach (UNIT * uptr, const char * cptr)
t_stat            252 src/dps8/dps8_dia.c     t_stat ret;
t_stat            281 src/dps8/dps8_dia.c static t_stat detach (UNIT * uptr)
t_stat            284 src/dps8/dps8_dia.c     t_stat ret;
t_stat            343 src/dps8/dps8_disk.c static t_stat disk_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val, UNUSED const void * desc)
t_stat            349 src/dps8/dps8_disk.c static t_stat disk_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr, UNUSED void * desc)
t_stat            360 src/dps8/dps8_disk.c static t_stat disk_show_type (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val, UNUSED const void * desc)
t_stat            374 src/dps8/dps8_disk.c static t_stat disk_set_type (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr, UNUSED void * desc)
t_stat            410 src/dps8/dps8_disk.c static t_stat dsk_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            420 src/dps8/dps8_disk.c static t_stat dsk_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            442 src/dps8/dps8_disk.c t_stat signal_disk_ready (uint dsk_unit_idx) {
t_stat            534 src/dps8/dps8_disk.c static t_stat disk_set_ready (UNIT * uptr, UNUSED int32 value,
t_stat            547 src/dps8/dps8_disk.c t_stat unloadDisk (uint dsk_unit_idx) {
t_stat            549 src/dps8/dps8_disk.c     t_stat stat = sim_disk_detach (& dsk_unit [dsk_unit_idx]);
t_stat            558 src/dps8/dps8_disk.c t_stat loadDisk (uint dsk_unit_idx, const char * disk_filename, bool ro) {
t_stat            563 src/dps8/dps8_disk.c   t_stat stat = attach_unit (& dsk_unit [dsk_unit_idx], disk_filename);
t_stat            622 src/dps8/dps8_disk.c static t_stat disk_reset (UNUSED DEVICE * dptr)
t_stat            627 src/dps8/dps8_disk.c static t_stat disk_attach (UNIT *uptr, CONST char *cptr)
t_stat           1659 src/dps8/dps8_disk.c static t_stat ipc_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1666 src/dps8/dps8_disk.c static t_stat ipc_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1678 src/dps8/dps8_disk.c static t_stat ipc_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1691 src/dps8/dps8_disk.c static t_stat ipc_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat           1801 src/dps8/dps8_disk.c static t_stat msp_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1808 src/dps8/dps8_disk.c static t_stat msp_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1820 src/dps8/dps8_disk.c static t_stat msp_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1833 src/dps8/dps8_disk.c static t_stat msp_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat             82 src/dps8/dps8_disk.h t_stat attachDisk (char * label);
t_stat             84 src/dps8/dps8_disk.h t_stat loadDisk (uint dsk_unit_idx, const char * disk_filename, bool ro);
t_stat             85 src/dps8/dps8_disk.h t_stat unloadDisk (uint dsk_unit_idx);
t_stat             86 src/dps8/dps8_disk.h t_stat signal_disk_ready (uint dsk_unit_idx);
t_stat            126 src/dps8/dps8_fnp2.c static t_stat fnpShowConfig (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            127 src/dps8/dps8_fnp2.c static t_stat fnpSetConfig (UNIT * uptr, int value, const char * cptr, void * desc);
t_stat            128 src/dps8/dps8_fnp2.c static t_stat fnpShowStatus (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            129 src/dps8/dps8_fnp2.c static t_stat fnpShowNUnits (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            130 src/dps8/dps8_fnp2.c static t_stat fnpSetNUnits (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            131 src/dps8/dps8_fnp2.c static t_stat fnpShowIPCname (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            132 src/dps8/dps8_fnp2.c static t_stat fnpSetIPCname (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            133 src/dps8/dps8_fnp2.c static t_stat fnpShowService (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            134 src/dps8/dps8_fnp2.c static t_stat fnpSetService (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            135 src/dps8/dps8_fnp2.c static t_stat fnpShowFW (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            136 src/dps8/dps8_fnp2.c static t_stat fnpSetFW (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            137 src/dps8/dps8_fnp2.c static t_stat fnp_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            139 src/dps8/dps8_fnp2.c static t_stat fnp_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            264 src/dps8/dps8_fnp2.c static t_stat fnpReset (DEVICE * dptr);
t_stat            382 src/dps8/dps8_fnp2.c static t_stat fnpReset (UNUSED DEVICE * dptr)
t_stat           1758 src/dps8/dps8_fnp2.c static t_stat fnpShowNUnits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1765 src/dps8/dps8_fnp2.c static t_stat fnpSetNUnits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1778 src/dps8/dps8_fnp2.c static t_stat fnpShowIPCname (UNUSED FILE * st, UNIT * uptr,
t_stat           1788 src/dps8/dps8_fnp2.c static t_stat fnpSetIPCname (UNIT * uptr, UNUSED int32 value,
t_stat           1804 src/dps8/dps8_fnp2.c static t_stat fnpShowService (UNUSED FILE * st, UNIT * uptr,
t_stat           1841 src/dps8/dps8_fnp2.c static t_stat fnpSetService (UNIT * uptr, UNUSED int32 value,
t_stat           1886 src/dps8/dps8_fnp2.c static t_stat fnpShowConfig (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat           1971 src/dps8/dps8_fnp2.c static t_stat fnpSetFW (UNIT * uptr, UNUSED int32 value,
t_stat           2119 src/dps8/dps8_fnp2.c static t_stat fnpShowFW (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat           2139 src/dps8/dps8_fnp2.c static t_stat fnpShowStatus (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat           2193 src/dps8/dps8_fnp2.c static t_stat fnp_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           2206 src/dps8/dps8_fnp2.c static t_stat fnp_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat           2228 src/dps8/dps8_fnp2.c static t_stat fnpSetConfig (UNIT * uptr, UNUSED int value, const char * cptr, UNUSED void * desc)
t_stat           2273 src/dps8/dps8_fnp2.c 
t_stat           2372 src/dps8/dps8_fnp2.c t_stat set_fnp_server_port (UNUSED int32 arg, const char * buf)
t_stat           2392 src/dps8/dps8_fnp2.c t_stat set_fnp_server_address (UNUSED int32 arg, const char * buf)
t_stat           2423 src/dps8/dps8_fnp2.c t_stat set_fnp_3270_server_port (UNUSED int32 arg, const char * buf)
t_stat           2444 src/dps8/dps8_fnp2.c t_stat fnp_start (UNUSED int32 arg, UNUSED const char * buf)
t_stat            338 src/dps8/dps8_fnp2.h t_stat diaCommand (int fnpUnitNum, char *arg3);
t_stat            341 src/dps8/dps8_fnp2.h t_stat set_fnp_server_port (int32 arg, const char * buf);
t_stat            342 src/dps8/dps8_fnp2.h t_stat set_fnp_server_address (int32 arg, const char * buf);
t_stat            343 src/dps8/dps8_fnp2.h t_stat set_fnp_3270_server_port (int32 arg, const char * buf);
t_stat            344 src/dps8/dps8_fnp2.h t_stat fnp_start (UNUSED int32 arg, UNUSED const char * buf);
t_stat             65 src/dps8/dps8_ins.c static t_stat doInstruction (void);
t_stat           1040 src/dps8/dps8_ins.c t_stat display_the_matrix (UNUSED int32 arg, UNUSED const char * buf)
t_stat           1314 src/dps8/dps8_ins.c t_stat executeInstruction (void) {
t_stat           1967 src/dps8/dps8_ins.c   t_stat ret = doInstruction ();
t_stat           2289 src/dps8/dps8_ins.c static t_stat doInstruction (void)
t_stat           6769 src/dps8/dps8_ins.c             t_stat rc = scu_rscr ((uint) scuUnitIdx, current_running_cpu_idx,
t_stat           7727 src/dps8/dps8_ins.c             t_stat rc = scu_rmcm ((uint) scuUnitIdx,
t_stat           7804 src/dps8/dps8_ins.c             t_stat rc = scu_rscr ((uint) scuUnitIdx, current_running_cpu_idx,
t_stat           8239 src/dps8/dps8_ins.c             t_stat rc = scu_smcm ((uint) scuUnitIdx,
t_stat           8276 src/dps8/dps8_ins.c             t_stat rc = scu_smic ((uint) scuUnitIdx, current_running_cpu_idx,
t_stat           8304 src/dps8/dps8_ins.c             t_stat rc = scu_sscr ((uint) scuUnitIdx, current_running_cpu_idx,
t_stat             27 src/dps8/dps8_ins.h t_stat display_the_matrix (int32 arg, const char * buf);
t_stat             29 src/dps8/dps8_ins.h t_stat prepareComputedAddress (void);   // new
t_stat             32 src/dps8/dps8_ins.h t_stat executeInstruction (void);
t_stat            899 src/dps8/dps8_iom.c static t_stat iom_action (UNIT *up)
t_stat            921 src/dps8/dps8_iom.c static t_stat iom_show_mbx (UNUSED FILE * st,
t_stat            928 src/dps8/dps8_iom.c static t_stat iom_show_units (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val, UNUSED const void * desc)
t_stat            934 src/dps8/dps8_iom.c static t_stat iom_set_units (UNUSED UNIT * uptr, UNUSED int value, const char * cptr, UNUSED void * desc)
t_stat            948 src/dps8/dps8_iom.c static t_stat iom_show_config (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat           1115 src/dps8/dps8_iom.c static t_stat iom_set_config (UNIT * uptr, UNUSED int value, const char * cptr, UNUSED void * desc)
t_stat           1259 src/dps8/dps8_iom.c static t_stat iom_reset_unit (UNIT * uptr, UNUSED int32 value, UNUSED const char * cptr,
t_stat           1340 src/dps8/dps8_iom.c t_stat iom_unit_reset_idx (UNUSED uint iom_unit_idx)
t_stat           1345 src/dps8/dps8_iom.c static t_stat iom_reset (UNUSED DEVICE * dptr)
t_stat           1356 src/dps8/dps8_iom.c static t_stat boot_svc (UNIT * unitp);
t_stat           1539 src/dps8/dps8_iom.c static t_stat boot_svc (UNIT * unitp)
t_stat           1586 src/dps8/dps8_iom.c static t_stat iom_boot (int unitNum, UNUSED DEVICE * dptr)
t_stat            425 src/dps8/dps8_iom.h t_stat iom_unit_reset_idx (uint iom_unit_idx);
t_stat            156 src/dps8/dps8_mgp.c static t_stat
t_stat            165 src/dps8/dps8_mgp.c static t_stat
t_stat            185 src/dps8/dps8_mgp.c static t_stat
t_stat            208 src/dps8/dps8_mgp.c static t_stat
t_stat            262 src/dps8/dps8_mgp.c static t_stat
t_stat            271 src/dps8/dps8_mgp.c static t_stat
t_stat            291 src/dps8/dps8_mgp.c static t_stat
t_stat            154 src/dps8/dps8_mt.c static t_stat mtp_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            162 src/dps8/dps8_mt.c static t_stat mtp_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            174 src/dps8/dps8_mt.c static t_stat mtp_show_boot_drive (UNUSED FILE * st, UNIT * uptr,
t_stat            188 src/dps8/dps8_mt.c static t_stat mtp_set_boot_drive (UNIT * uptr, UNUSED int32 value,
t_stat            231 src/dps8/dps8_mt.c static t_stat mtp_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            241 src/dps8/dps8_mt.c static t_stat mtp_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            294 src/dps8/dps8_mt.c static t_stat mtp_reset (UNUSED DEVICE * dptr)
t_stat            401 src/dps8/dps8_mt.c static t_stat mt_rewind (UNIT * uptr, UNUSED int32 value,
t_stat            407 src/dps8/dps8_mt.c static t_stat mt_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            414 src/dps8/dps8_mt.c static t_stat mt_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            426 src/dps8/dps8_mt.c static t_stat mt_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            439 src/dps8/dps8_mt.c static t_stat mt_set_device_name (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            455 src/dps8/dps8_mt.c static t_stat mt_show_tape_path (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            475 src/dps8/dps8_mt.c static t_stat mt_set_tape_path (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            526 src/dps8/dps8_mt.c static t_stat mt_add_tape_search_path(UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            635 src/dps8/dps8_mt.c static t_stat mt_show_tape_search_paths(UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            653 src/dps8/dps8_mt.c static t_stat mt_set_capac (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            658 src/dps8/dps8_mt.c     t_stat rc;
t_stat            671 src/dps8/dps8_mt.c t_stat signal_tape (uint tap_unit_idx, word8 status0, word8 status1) {
t_stat            728 src/dps8/dps8_mt.c static t_stat tape_set_ready (UNIT * uptr, UNUSED int32 value,
t_stat            839 src/dps8/dps8_mt.c static t_stat mt_reset (DEVICE * dptr)
t_stat            927 src/dps8/dps8_mt.c t_stat loadTape (uint driveNumber, char * tapeFilename, bool ro)
t_stat            939 src/dps8/dps8_mt.c     t_stat stat = sim_tape_attach (& mt_unit [driveNumber], full_tape_file_name);
t_stat            948 src/dps8/dps8_mt.c t_stat unloadTape (uint driveNumber)
t_stat            952 src/dps8/dps8_mt.c         t_stat stat = sim_tape_detach (& mt_unit [driveNumber]);
t_stat           1000 src/dps8/dps8_mt.c     t_stat rc = sim_tape_rdrecf (unitp, & tape_statep -> buf [0], & tape_statep -> tbc,
t_stat           1844 src/dps8/dps8_mt.c 
t_stat           1847 src/dps8/dps8_mt.c         t_stat ret = MTSE_OK;
t_stat           1900 src/dps8/dps8_mt.c         t_stat ret = sim_tape_spfilebyrecf (unitp, tally, & skipped, & recsskipped, false);
t_stat           1958 src/dps8/dps8_mt.c 
t_stat           1966 src/dps8/dps8_mt.c           t_stat ret = sim_tape_sprecr (unitp, & tape_statep->tbc);
t_stat           2024 src/dps8/dps8_mt.c 
t_stat           2034 src/dps8/dps8_mt.c         t_stat ret = sim_tape_spfilebyrecr (unitp, tally, & skipped, & recsskipped);
t_stat           2415 src/dps8/dps8_mt.c t_stat attachTape (char * label, bool withring, char * drive)
t_stat           2436 src/dps8/dps8_mt.c t_stat mount_tape (UNUSED int32 arg, const char * buf)
t_stat           2461 src/dps8/dps8_mt.c t_stat detachTape (char * drive)
t_stat             56 src/dps8/dps8_mt.h t_stat loadTape (uint driveNumber, char * tapeFilename, bool ro);
t_stat             57 src/dps8/dps8_mt.h t_stat attachTape (char * label, bool withring, char * drive);
t_stat             59 src/dps8/dps8_mt.h t_stat detachTape (char * drive);
t_stat             62 src/dps8/dps8_mt.h t_stat unloadTape (uint driveNumber);
t_stat             63 src/dps8/dps8_mt.h t_stat mount_tape (int32 arg, const char * buf);
t_stat             64 src/dps8/dps8_mt.h t_stat signal_tape (uint tap_unit_idx, word8 status0, word8 status1);
t_stat             85 src/dps8/dps8_prt.c static t_stat prt_reset (DEVICE * dptr);
t_stat             86 src/dps8/dps8_prt.c static t_stat prt_show_nunits (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             87 src/dps8/dps8_prt.c static t_stat prt_set_nunits (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             88 src/dps8/dps8_prt.c static t_stat prt_show_device_name (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             89 src/dps8/dps8_prt.c static t_stat prt_set_device_name (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             90 src/dps8/dps8_prt.c static t_stat prt_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat             92 src/dps8/dps8_prt.c static t_stat prt_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             94 src/dps8/dps8_prt.c static t_stat prt_show_path (UNUSED FILE * st, UNIT * uptr,
t_stat             96 src/dps8/dps8_prt.c static t_stat prt_set_path (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat             98 src/dps8/dps8_prt.c static t_stat prt_set_ready (UNIT * uptr, UNUSED int32 value,
t_stat            102 src/dps8/dps8_prt.c static t_stat prt_show_device_model (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            103 src/dps8/dps8_prt.c static t_stat prt_set_device_model (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            364 src/dps8/dps8_prt.c static t_stat prt_reset (UNUSED DEVICE * dptr)
t_stat           1759 src/dps8/dps8_prt.c static t_stat prt_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val,
t_stat           1766 src/dps8/dps8_prt.c static t_stat prt_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr,
t_stat           1778 src/dps8/dps8_prt.c static t_stat prt_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1788 src/dps8/dps8_prt.c static t_stat prt_set_device_model (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1811 src/dps8/dps8_prt.c static t_stat prt_show_device_model (UNUSED FILE * st, UNIT * uptr,
t_stat           1821 src/dps8/dps8_prt.c static t_stat prt_set_device_name (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1839 src/dps8/dps8_prt.c static t_stat prt_show_path (UNUSED FILE * st, UNUSED UNUSED UNIT * uptr,
t_stat           1869 src/dps8/dps8_prt.c static t_stat prt_set_path (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1893 src/dps8/dps8_prt.c t_stat burst_printer (UNUSED int32 arg, const char * buf)
t_stat           1913 src/dps8/dps8_prt.c static t_stat signal_prt_ready (uint prt_unit_idx) {
t_stat           1957 src/dps8/dps8_prt.c static t_stat prt_set_ready (UNIT * uptr, UNUSED int32 value,
t_stat           1987 src/dps8/dps8_prt.c static t_stat prt_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat           2025 src/dps8/dps8_prt.c static t_stat prt_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             27 src/dps8/dps8_prt.h t_stat burst_printer (UNUSED int32 arg, const char * buf);
t_stat            608 src/dps8/dps8_scu.c static t_stat scu_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            615 src/dps8/dps8_scu.c static t_stat scu_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            627 src/dps8/dps8_scu.c static t_stat scu_show_state (UNUSED FILE * st, UNIT *uptr, UNUSED int val,
t_stat            688 src/dps8/dps8_scu.c static t_stat scu_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            844 src/dps8/dps8_scu.c static t_stat scu_set_config (UNIT * uptr, UNUSED int32 value,
t_stat           1150 src/dps8/dps8_scu.c t_stat scu_reset (UNUSED DEVICE * dptr)
t_stat           1491 src/dps8/dps8_scu.c t_stat scu_smic (uint scu_unit_idx, uint UNUSED cpu_unit_udx,
t_stat           1585 src/dps8/dps8_scu.c t_stat scu_sscr (uint scu_unit_idx, UNUSED uint cpu_unit_udx,
t_stat           1858 src/dps8/dps8_scu.c t_stat scu_rscr (uint scu_unit_idx, uint cpu_unit_udx, word18 addr,
t_stat           2429 src/dps8/dps8_scu.c t_stat scu_reset_unit (UNIT * uptr, UNUSED int32 value,
t_stat           2468 src/dps8/dps8_scu.c t_stat scu_rmcm (uint scu_unit_idx, uint cpu_unit_udx, word36 * rega,
t_stat           2564 src/dps8/dps8_scu.c t_stat scu_smcm (uint scu_unit_idx, uint cpu_unit_udx, word36 rega, word36 regq)
t_stat             97 src/dps8/dps8_scu.h t_stat scu_sscr (uint scu_unit_idx, UNUSED uint cpu_unit_idx, uint cpu_port_num, word18 addr,
t_stat             99 src/dps8/dps8_scu.h t_stat scu_smic (uint scu_unit_idx, uint UNUSED cpu_unit_idx, uint cpu_port_num, word36 rega);
t_stat            100 src/dps8/dps8_scu.h t_stat scu_rscr (uint scu_unit_idx, uint cpu_unit_idx, word18 addr, word36 * rega, word36 * regq);
t_stat            102 src/dps8/dps8_scu.h t_stat scu_rmcm (uint scu_unit_idx, uint cpu_unit_idx, word36 * rega, word36 * regq);
t_stat            103 src/dps8/dps8_scu.h t_stat scu_smcm (uint scu_unit_idx, uint cpu_unit_idx, word36 rega, word36 regq);
t_stat            106 src/dps8/dps8_scu.h t_stat scu_reset (DEVICE *dptr);
t_stat            107 src/dps8/dps8_scu.h t_stat scu_reset_unit (UNIT * uptr, int32 value, const char * cptr,
t_stat             90 src/dps8/dps8_socket_dev.c static t_stat sk_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             97 src/dps8/dps8_socket_dev.c static t_stat sk_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            109 src/dps8/dps8_socket_dev.c static t_stat skc_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            120 src/dps8/dps8_socket_dev.c static t_stat skc_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            245 src/dps8/dps8_socket_dev.c static t_stat sk_reset (UNUSED DEVICE * dptr)
t_stat           1811 src/dps8/dps8_sys.c         t_stat stat = cmdp->action (cmdp->arg, cptr); /* if found, exec */
t_stat           1822 src/dps8/dps8_sys.c static t_stat set_default_base_system (UNUSED int32 arg, UNUSED const char * buf)
t_stat           1840 src/dps8/dps8_sys.c static t_stat boot_skip (int32 UNUSED arg, UNUSED const char * buf)
t_stat           1843 src/dps8/dps8_sys.c     t_stat rc = sim_tape_sprecsf (& mt_unit[0], 1, & skipped);
t_stat           1853 src/dps8/dps8_sys.c static t_stat do_execute_fault (UNUSED int32 arg,  UNUSED const char * buf)
t_stat           1865 src/dps8/dps8_sys.c static t_stat do_restart (UNUSED int32 arg,  UNUSED const char * buf)
t_stat           1895 src/dps8/dps8_sys.c     t_stat rc = run_cmd (RU_CONT, "");
t_stat           1899 src/dps8/dps8_sys.c static t_stat set_sys_polling_interval (UNUSED int32 arg, const char * buf)
t_stat           1914 src/dps8/dps8_sys.c static t_stat set_sys_slow_polling_interval (UNUSED int32 arg, const char * buf)
t_stat           1929 src/dps8/dps8_sys.c static t_stat set_sys_poll_check_rate (UNUSED int32 arg, const char * buf)
t_stat           1985 src/dps8/dps8_sys.c static t_stat dps_debug_mme_cntdwn (UNUSED int32 arg, const char * buf)
t_stat           1992 src/dps8/dps8_sys.c static t_stat dps_debug_skip (UNUSED int32 arg, const char * buf)
t_stat           2000 src/dps8/dps8_sys.c static t_stat dps_debug_start (UNUSED int32 arg, const char * buf)
t_stat           2007 src/dps8/dps8_sys.c static t_stat dps_debug_stop (UNUSED int32 arg, const char * buf)
t_stat           2014 src/dps8/dps8_sys.c static t_stat dps_debug_break (UNUSED int32 arg, const char * buf)
t_stat           2023 src/dps8/dps8_sys.c static t_stat dps_debug_segno (int32 arg, const char * buf)
t_stat           2047 src/dps8/dps8_sys.c static t_stat dps_debug_ringno (UNUSED int32 arg, const char * buf)
t_stat           2054 src/dps8/dps8_sys.c static t_stat dps_debug_bar (int32 arg, UNUSED const char * buf)
t_stat           2065 src/dps8/dps8_sys.c 
t_stat           2276 src/dps8/dps8_sys.c static t_stat abs_addr_n (int segno, uint offset)
t_stat           2291 src/dps8/dps8_sys.c static t_stat abs_addr (UNUSED int32 arg, const char * buf)
t_stat           2772 src/dps8/dps8_sys.c static t_stat stack_trace (UNUSED int32 arg,  UNUSED const char * buf)
t_stat           2938 src/dps8/dps8_sys.c static t_stat list_source_at (UNUSED int32 arg, UNUSED const char *  buf)
t_stat           2957 src/dps8/dps8_sys.c static t_stat load_system_book (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3101 src/dps8/dps8_sys.c static t_stat add_system_book_entry (UNUSED int32 arg, const char * buf)
t_stat           3137 src/dps8/dps8_sys.c static t_stat lookup_system_book (UNUSED int32  arg, const char * buf)
t_stat           3244 src/dps8/dps8_sys.c static t_stat virtAddrN (uint address)
t_stat           3356 src/dps8/dps8_sys.c static t_stat virt_address (UNUSED int32 arg, const char * buf)
t_stat           3366 src/dps8/dps8_sys.c static t_stat set_search_path (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3397 src/dps8/dps8_sys.c t_stat brkbrk (UNUSED int32 arg, UNUSED const char *  buf)
t_stat           3405 src/dps8/dps8_sys.c static t_stat sbreak (int32 arg, const char * buf)
t_stat           3418 src/dps8/dps8_sys.c     t_stat rc = brk_cmd (arg, reformatted);
t_stat           3423 src/dps8/dps8_sys.c static t_stat dfx1entry (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3462 src/dps8/dps8_sys.c static t_stat dfx1exit (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3470 src/dps8/dps8_sys.c static t_stat dv2scale (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3477 src/dps8/dps8_sys.c static t_stat dfx2entry (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3533 src/dps8/dps8_sys.c static t_stat mdfx3entry (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3577 src/dps8/dps8_sys.c static t_stat smfx1entry (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3622 src/dps8/dps8_sys.c static t_stat search_memory (UNUSED int32 arg, const char * buf)
t_stat           3635 src/dps8/dps8_sys.c static t_stat set_dbg_cpu_mask (int32 UNUSED arg, const char * UNUSED buf)
t_stat           3656 src/dps8/dps8_sys.c static t_stat scraper (UNUSED int32 arg, const char * buf)
t_stat           3679 src/dps8/dps8_sys.c static t_stat clear_yield (int32 flag, UNUSED const char * cptr)
t_stat           3684 src/dps8/dps8_sys.c static t_stat yield (int32 flag, UNUSED const char * cptr)
t_stat           3691 src/dps8/dps8_sys.c static t_stat set_luf (int32 flag, UNUSED const char * cptr)
t_stat           3738 src/dps8/dps8_sys.c static t_stat set_dbgevent (int32 arg, const char * buf)
t_stat           3816 src/dps8/dps8_sys.c t_stat rewind_media (int32 arg, const char * buf) {
t_stat           3842 src/dps8/dps8_sys.c t_stat load_media (int32 arg, const char * buf)
t_stat           3895 src/dps8/dps8_sys.c t_stat ready_media (int32 arg, const char * buf) {
t_stat           3926 src/dps8/dps8_sys.c static t_stat trkw (UNUSED int32 arg, const char * buf)
t_stat           3932 src/dps8/dps8_sys.c static t_stat trkr (UNUSED int32 arg, const char * buf)
t_stat           4842 src/dps8/dps8_sys.c t_stat fprint_sym (UNUSED FILE * ofile, UNUSED t_addr addr,
t_stat           4877 src/dps8/dps8_sys.c             return (t_stat) -p->info->ndes;
t_stat           4893 src/dps8/dps8_sys.c t_stat parse_sym (UNUSED const char * cptr, UNUSED t_addr addr,
t_stat           4903 src/dps8/dps8_sys.c static t_stat sys_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           4919 src/dps8/dps8_sys.c static t_stat sys_set_break (UNUSED UNIT *  uptr, int32 value,
t_stat           4926 src/dps8/dps8_sys.c static t_stat sys_show_break (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           4949 src/dps8/dps8_sys.c static t_stat sys_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat           5020 src/dps8/dps8_sys.c static t_stat sys_reset (UNUSED DEVICE  * dptr)
t_stat             90 src/dps8/dps8_sys.h t_stat brkbrk (int32 arg, const char * buf);
t_stat             94 src/dps8/dps8_urp.c static t_stat urpShowUnits (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val, UNUSED const void * desc)
t_stat            100 src/dps8/dps8_urp.c static t_stat urpSetUnits (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr, UNUSED void * desc)
t_stat            111 src/dps8/dps8_urp.c static t_stat urpShowDeviceName (UNUSED FILE * st, UNIT * uptr, UNUSED int val, UNUSED const void * desc)
t_stat            120 src/dps8/dps8_urp.c static t_stat urpSetDeviceName (UNUSED UNIT * uptr, UNUSED int32 value, UNUSED const char * cptr, UNUSED void * desc)
t_stat            167 src/dps8/dps8_urp.c static t_stat urpReset (UNUSED DEVICE * dptr)
t_stat            659 src/dps8/hdbg.c t_stat hdbg_cpu_mask (UNUSED int32 arg, const char * buf)
t_stat            667 src/dps8/hdbg.c t_stat hdbg_size (UNUSED int32 arg, const char * buf) {
t_stat            675 src/dps8/hdbg.c t_stat hdbgSegmentNumber (UNUSED int32 arg, const char * buf) {
t_stat            682 src/dps8/hdbg.c t_stat hdbgBlacklist (UNUSED int32 arg, const char * buf) {
t_stat            700 src/dps8/hdbg.c t_stat hdbg_print (UNUSED int32 arg, const char * buf) {
t_stat             28 src/dps8/hdbg.h t_stat hdbg_size (int32 arg, UNUSED const char * buf);
t_stat             29 src/dps8/hdbg.h t_stat hdbg_print (int32 arg, UNUSED const char * buf);
t_stat             30 src/dps8/hdbg.h t_stat hdbg_cpu_mask (UNUSED int32 arg, const char * buf);
t_stat             31 src/dps8/hdbg.h t_stat hdbgSegmentNumber (UNUSED int32 arg, const char * buf);
t_stat             32 src/dps8/hdbg.h t_stat hdbgBlacklist (UNUSED int32 arg, const char * buf);
t_stat            186 src/dps8/segldr.c static t_stat stack (char * p2, char * p3)
t_stat            241 src/dps8/segldr.c static t_stat bload (char * p2, char * p3)
t_stat            339 src/dps8/segldr.c static t_stat msave (char * p2, word24 sz)
t_stat            368 src/dps8/segldr.c static t_stat mrestore (char * p2)
t_stat            405 src/dps8/segldr.c t_stat segment_loader (int32 arg, const char * buf)
t_stat             20 src/dps8/segldr.h t_stat segment_loader (int32 arg, const char * buf);
t_stat            196 src/simh/scp.c t_stat tmxr_locate_line_send (const char *dev_line, SEND **snd);
t_stat            197 src/simh/scp.c t_stat tmxr_locate_line_expect (const char *dev_line, EXPECT **exp);
t_stat            208 src/simh/scp.c t_bool (*sim_vm_fprint_stopped) (FILE *st, t_stat reason) = NULL;
t_stat            214 src/simh/scp.c t_stat set_dev_radix (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            215 src/simh/scp.c t_stat set_dev_enbdis (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            216 src/simh/scp.c t_stat set_dev_debug (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            217 src/simh/scp.c t_stat set_unit_enbdis (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            218 src/simh/scp.c t_stat ssh_break (FILE *st, const char *cptr, int32 flg);
t_stat            219 src/simh/scp.c t_stat show_cmd_fi (FILE *ofile, int32 flag, CONST char *cptr);
t_stat            220 src/simh/scp.c t_stat show_config (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            221 src/simh/scp.c t_stat show_queue (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            222 src/simh/scp.c t_stat show_time (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            223 src/simh/scp.c t_stat show_mod_names (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            224 src/simh/scp.c t_stat show_show_commands (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            225 src/simh/scp.c t_stat show_log_names (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            226 src/simh/scp.c t_stat show_dev_radix (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            227 src/simh/scp.c t_stat show_dev_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            228 src/simh/scp.c t_stat show_dev_logicals (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            229 src/simh/scp.c t_stat show_dev_modifiers (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            230 src/simh/scp.c t_stat show_dev_show_commands (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            231 src/simh/scp.c t_stat show_version (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            232 src/simh/scp.c t_stat show_buildinfo (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cprr);
t_stat            233 src/simh/scp.c t_stat show_prom (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            234 src/simh/scp.c t_stat show_default_base_system_script (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            235 src/simh/scp.c t_stat show_default (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            236 src/simh/scp.c t_stat show_break (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            237 src/simh/scp.c t_stat show_on (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            238 src/simh/scp.c t_stat sim_show_send (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            239 src/simh/scp.c t_stat sim_show_expect (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            240 src/simh/scp.c t_stat show_device (FILE *st, DEVICE *dptr, int32 flag);
t_stat            241 src/simh/scp.c t_stat show_unit (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag);
t_stat            242 src/simh/scp.c t_stat show_all_mods (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flg, int32 *toks);
t_stat            243 src/simh/scp.c t_stat show_one_mod (FILE *st, DEVICE *dptr, UNIT *uptr, MTAB *mptr, CONST char *cptr, int32 flag);
t_stat            244 src/simh/scp.c t_stat sim_save (FILE *sfile);
t_stat            245 src/simh/scp.c t_stat sim_rest (FILE *rfile);
t_stat            249 src/simh/scp.c t_stat sim_brk_init (void);
t_stat            250 src/simh/scp.c t_stat sim_brk_set (t_addr loc, int32 sw, int32 ncnt, CONST char *act);
t_stat            251 src/simh/scp.c t_stat sim_brk_clr (t_addr loc, int32 sw);
t_stat            252 src/simh/scp.c t_stat sim_brk_clrall (int32 sw);
t_stat            253 src/simh/scp.c t_stat sim_brk_show (FILE *st, t_addr loc, int32 sw);
t_stat            254 src/simh/scp.c t_stat sim_brk_showall (FILE *st, int32 sw);
t_stat            269 src/simh/scp.c t_stat get_aval (t_addr addr, DEVICE *dptr, UNIT *uptr);
t_stat            273 src/simh/scp.c void fprint_stopped (FILE *st, t_stat r);
t_stat            283 src/simh/scp.c t_stat scp_attach_unit (DEVICE *dptr, UNIT *uptr, const char *cptr);
t_stat            284 src/simh/scp.c t_stat scp_detach_unit (DEVICE *dptr, UNIT *uptr);
t_stat            286 src/simh/scp.c t_stat attach_err (UNIT *uptr, t_stat stat);
t_stat            287 src/simh/scp.c t_stat detach_all (int32 start_device, t_bool shutdown);
t_stat            288 src/simh/scp.c t_stat assign_device (DEVICE *dptr, const char *cptr);
t_stat            289 src/simh/scp.c t_stat deassign_device (DEVICE *dptr);
t_stat            290 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr);
t_stat            291 src/simh/scp.c t_stat exdep_reg_loop (FILE *ofile, SCHTAB *schptr, int32 flag, CONST char *cptr,
t_stat            293 src/simh/scp.c t_stat ex_reg (FILE *ofile, t_value val, int32 flag, REG *rptr, uint32 idx);
t_stat            294 src/simh/scp.c t_stat dep_reg (int32 flag, CONST char *cptr, REG *rptr, uint32 idx);
t_stat            295 src/simh/scp.c t_stat exdep_addr_loop (FILE *ofile, SCHTAB *schptr, int32 flag, const char *cptr,
t_stat            297 src/simh/scp.c t_stat ex_addr (FILE *ofile, int32 flag, t_addr addr, DEVICE *dptr, UNIT *uptr);
t_stat            298 src/simh/scp.c t_stat dep_addr (int32 flag, const char *cptr, t_addr addr, DEVICE *dptr,
t_stat            301 src/simh/scp.c t_stat step_svc (UNIT *ptr);
t_stat            302 src/simh/scp.c t_stat expect_svc (UNIT *ptr);
t_stat            303 src/simh/scp.c t_stat set_on (int32 flag, CONST char *cptr);
t_stat            304 src/simh/scp.c t_stat set_verify (int32 flag, CONST char *cptr);
t_stat            305 src/simh/scp.c t_stat set_message (int32 flag, CONST char *cptr);
t_stat            306 src/simh/scp.c t_stat set_quiet (int32 flag, CONST char *cptr);
t_stat            307 src/simh/scp.c t_stat set_localopc (int32 flag, CONST char *cptr);
t_stat            308 src/simh/scp.c t_stat set_asynch (int32 flag, CONST char *cptr);
t_stat            309 src/simh/scp.c t_stat sim_show_asynch (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            310 src/simh/scp.c t_stat do_cmd_label (int32 flag, CONST char *cptr, CONST char *label);
t_stat            312 src/simh/scp.c t_stat set_prompt (int32 flag, CONST char *cptr);
t_stat            313 src/simh/scp.c t_stat sim_set_asynch (int32 flag, CONST char *cptr);
t_stat            314 src/simh/scp.c t_stat sim_set_environment (int32 flag, CONST char *cptr);
t_stat            385 src/simh/scp.c t_stat sim_last_cmd_stat;                        /* Command Status */
t_stat           1364 src/simh/scp.c t_stat process_stdin_commands (t_stat stat, char *argv[]);
t_stat           1510 src/simh/scp.c t_stat stat;
t_stat           1907 src/simh/scp.c t_stat process_stdin_commands (t_stat stat, char *argv[])
t_stat           1911 src/simh/scp.c t_stat stat_nomessage;
t_stat           1959 src/simh/scp.c t_stat set_prompt (int32 flag, CONST char *cptr)
t_stat           2006 src/simh/scp.c t_stat exit_cmd (int32 flag, CONST char *cptr)
t_stat           2381 src/simh/scp.c t_stat help_dev_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr)
t_stat           2441 src/simh/scp.c t_stat help_cmd_output (int32 flag, const char *help, const char *help_base)
t_stat           2458 src/simh/scp.c t_stat help_cmd (int32 flag, CONST char *cptr)
t_stat           2473 src/simh/scp.c                 t_stat r;
t_stat           2559 src/simh/scp.c         t_stat r;
t_stat           2584 src/simh/scp.c t_stat spawn_cmd (int32 flag, CONST char *cptr)
t_stat           2586 src/simh/scp.c t_stat status;
t_stat           2603 src/simh/scp.c t_stat echo_cmd (int32 flag, CONST char *cptr)
t_stat           2629 src/simh/scp.c t_stat do_cmd (int32 flag, CONST char *fcptr)
t_stat           2645 src/simh/scp.c t_stat do_cmd_label (int32 flag, CONST char *fcptr, CONST char *label)
t_stat           2657 src/simh/scp.c t_stat stat, stat_nomessage;
t_stat           3284 src/simh/scp.c t_stat assert_cmd (int32 flag, CONST char *cptr)
t_stat           3291 src/simh/scp.c t_stat r;
t_stat           3295 src/simh/scp.c t_stat reason;
t_stat           3430 src/simh/scp.c t_stat send_cmd (int32 flag, CONST char *cptr)
t_stat           3438 src/simh/scp.c t_stat r;
t_stat           3489 src/simh/scp.c t_stat sim_show_send (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           3493 src/simh/scp.c t_stat r;
t_stat           3510 src/simh/scp.c t_stat expect_cmd (int32 flag, CONST char *cptr)
t_stat           3529 src/simh/scp.c t_stat sim_show_expect (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           3534 src/simh/scp.c t_stat r;
t_stat           3557 src/simh/scp.c t_stat goto_cmd (int32 flag, CONST char *fcptr)
t_stat           3602 src/simh/scp.c t_stat return_cmd (int32 flag, CONST char *fcptr)
t_stat           3615 src/simh/scp.c t_stat shift_cmd (int32 flag, CONST char *fcptr)
t_stat           3627 src/simh/scp.c t_stat call_cmd (int32 flag, CONST char *fcptr)
t_stat           3642 src/simh/scp.c t_stat on_cmd (int32 flag, CONST char *cptr)
t_stat           3645 src/simh/scp.c t_stat cond;
t_stat           3679 src/simh/scp.c t_stat noop_cmd (int32 flag, CONST char *cptr)
t_stat           3688 src/simh/scp.c t_stat set_on (int32 flag, CONST char *cptr)
t_stat           3724 src/simh/scp.c t_stat set_verify (int32 flag, CONST char *cptr)
t_stat           3736 src/simh/scp.c t_stat set_message (int32 flag, CONST char *cptr)
t_stat           3748 src/simh/scp.c t_stat set_localopc (int32 flag, CONST char *cptr)
t_stat           3759 src/simh/scp.c t_stat set_quiet (int32 flag, CONST char *cptr)
t_stat           3771 src/simh/scp.c t_stat sim_set_environment (int32 flag, CONST char *cptr)
t_stat           3784 src/simh/scp.c t_stat set_cmd (int32 flag, CONST char *cptr)
t_stat           3787 src/simh/scp.c t_stat r;
t_stat           3934 src/simh/scp.c t_stat set_dev_radix (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           3944 src/simh/scp.c t_stat set_dev_enbdis (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           3975 src/simh/scp.c t_stat set_unit_enbdis (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           3994 src/simh/scp.c t_stat set_dev_debug (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4029 src/simh/scp.c t_stat show_cmd (int32 flag, CONST char *cptr)
t_stat           4031 src/simh/scp.c t_stat r = SCPE_IERR;
t_stat           4051 src/simh/scp.c t_stat show_cmd_fi (FILE *ofile, int32 flag, CONST char *cptr)
t_stat           4135 src/simh/scp.c             t_stat r;
t_stat           4165 src/simh/scp.c t_stat show_device (FILE *st, DEVICE *dptr, int32 flag)
t_stat           4231 src/simh/scp.c t_stat show_unit (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag)
t_stat           4307 src/simh/scp.c t_stat show_default_base_system_script (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4374 src/simh/scp.c t_stat show_prom (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4410 src/simh/scp.c t_stat show_buildinfo (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4529 src/simh/scp.c t_stat show_version (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5171 src/simh/scp.c t_stat show_config (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5186 src/simh/scp.c t_stat show_log_names (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5198 src/simh/scp.c t_stat show_dev_logicals (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5207 src/simh/scp.c t_stat show_queue (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5249 src/simh/scp.c t_stat show_time (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5257 src/simh/scp.c t_stat show_break (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5259 src/simh/scp.c t_stat r;
t_stat           5268 src/simh/scp.c t_stat show_dev_radix (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5274 src/simh/scp.c t_stat show_dev_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5306 src/simh/scp.c t_stat show_on (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5334 src/simh/scp.c t_stat show_mod_names (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5348 src/simh/scp.c t_stat show_dev_modifiers (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5354 src/simh/scp.c t_stat show_all_mods (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, int32 *toks)
t_stat           5357 src/simh/scp.c t_stat r = SCPE_OK;
t_stat           5378 src/simh/scp.c t_stat show_one_mod (FILE *st, DEVICE *dptr, UNIT *uptr, MTAB *mptr,
t_stat           5381 src/simh/scp.c t_stat r = SCPE_OK;
t_stat           5394 src/simh/scp.c t_stat show_show_commands (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5408 src/simh/scp.c t_stat show_dev_show_commands (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5416 src/simh/scp.c t_stat brk_cmd (int32 flg, CONST char *cptr)
t_stat           5422 src/simh/scp.c t_stat ssh_break (FILE *st, const char *cptr, int32 flg)
t_stat           5428 src/simh/scp.c t_stat r;
t_stat           5486 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr)
t_stat           5516 src/simh/scp.c t_stat reset_cmd (int32 flag, CONST char *cptr)
t_stat           5546 src/simh/scp.c t_stat reset_all (uint32 start)
t_stat           5550 src/simh/scp.c t_stat reason;
t_stat           5581 src/simh/scp.c t_stat reset_all_p (uint32 start)
t_stat           5583 src/simh/scp.c t_stat r;
t_stat           5594 src/simh/scp.c t_stat attach_cmd (int32 flag, CONST char *cptr)
t_stat           5599 src/simh/scp.c t_stat r;
t_stat           5632 src/simh/scp.c t_stat scp_attach_unit (DEVICE *dptr, UNIT *uptr, const char *cptr)
t_stat           5641 src/simh/scp.c t_stat attach_unit (UNIT *uptr, CONST char *cptr)
t_stat           5733 src/simh/scp.c t_stat attach_err (UNIT *uptr, t_stat stat)
t_stat           5742 src/simh/scp.c t_stat detach_cmd (int32 flag, CONST char *cptr)
t_stat           5777 src/simh/scp.c t_stat detach_all (int32 start, t_bool shutdown)
t_stat           5782 src/simh/scp.c t_stat r;
t_stat           5806 src/simh/scp.c t_stat scp_detach_unit (DEVICE *dptr, UNIT *uptr)
t_stat           5815 src/simh/scp.c t_stat detach_unit (UNIT *uptr)
t_stat           5880 src/simh/scp.c t_stat run_cmd (int32 flag, CONST char *cptr)
t_stat           5888 src/simh/scp.c t_stat r;
t_stat           6150 src/simh/scp.c run_cmd_message (const char *unechoed_cmdline, t_stat r)
t_stat           6171 src/simh/scp.c t_stat sim_run_boot_prep (int32 flag)
t_stat           6174 src/simh/scp.c t_stat r;
t_stat           6201 src/simh/scp.c void fprint_stopped_gen (FILE *st, t_stat v, REG *pc, DEVICE *dptr)
t_stat           6204 src/simh/scp.c t_stat r = 0;
t_stat           6245 src/simh/scp.c void fprint_stopped (FILE *st, t_stat v)
t_stat           6258 src/simh/scp.c t_stat step_svc (UNIT *uptr)
t_stat           6266 src/simh/scp.c t_stat expect_svc (UNIT *uptr)
t_stat           6281 src/simh/scp.c t_stat exdep_cmd (int32 flag, CONST char *cptr)
t_stat           6288 src/simh/scp.c t_stat reason = SCPE_IERR;
t_stat           6374 src/simh/scp.c t_stat exdep_reg_loop (FILE *ofile, SCHTAB *schptr, int32 flag, CONST char *cptr,
t_stat           6377 src/simh/scp.c t_stat reason;
t_stat           6460 src/simh/scp.c t_stat exdep_addr_loop (FILE *ofile, SCHTAB *schptr, int32 flag, const char *cptr,
t_stat           6464 src/simh/scp.c t_stat reason;
t_stat           6509 src/simh/scp.c t_stat ex_reg (FILE *ofile, t_value val, int32 flag, REG *rptr, uint32 idx)
t_stat           6594 src/simh/scp.c t_stat dep_reg (int32 flag, CONST char *cptr, REG *rptr, uint32 idx)
t_stat           6596 src/simh/scp.c t_stat r;
t_stat           6710 src/simh/scp.c t_stat ex_addr (FILE *ofile, int32 flag, t_addr addr, DEVICE *dptr, UNIT *uptr)
t_stat           6712 src/simh/scp.c t_stat reason;
t_stat           6744 src/simh/scp.c t_stat get_aval (t_addr addr, DEVICE *dptr, UNIT *uptr)
t_stat           6750 src/simh/scp.c t_stat reason = SCPE_OK;
t_stat           6813 src/simh/scp.c t_stat dep_addr (int32 flag, const char *cptr, t_addr addr, DEVICE *dptr,
t_stat           6818 src/simh/scp.c t_stat r, reason;
t_stat           6883 src/simh/scp.c t_stat eval_cmd (int32 flg, CONST char *cptr)
t_stat           6889 src/simh/scp.c t_stat r;
t_stat           7145 src/simh/scp.c t_value get_uint (const char *cptr, uint32 radix, t_value max, t_stat *status)
t_stat           7253 src/simh/scp.c t_stat sim_decode_quoted_string (const char *iptr, uint8 *optr, uint32 *osize)
t_stat           7472 src/simh/scp.c t_stat r;
t_stat           7521 src/simh/scp.c t_stat sim_register_internal_device (DEVICE *dptr)
t_stat           7713 src/simh/scp.c CONST char *get_sim_opt (int32 opt, CONST char *cptr, t_stat *st)
t_stat           7939 src/simh/scp.c t_stat reason = SCPE_OK;
t_stat           8163 src/simh/scp.c t_stat sprint_val (char *buffer, t_value val, uint32 radix,
t_stat           8228 src/simh/scp.c t_stat fprint_val (FILE *stream, t_value val, uint32 radix,
t_stat           8321 src/simh/scp.c t_stat sim_process_event (void)
t_stat           8324 src/simh/scp.c t_stat reason;
t_stat           8390 src/simh/scp.c t_stat sim_activate (UNIT *uptr, int32 event_time)
t_stat           8397 src/simh/scp.c t_stat _sim_activate (UNIT *uptr, int32 event_time)
t_stat           8440 src/simh/scp.c t_stat sim_activate_abs (UNIT *uptr, int32 event_time)
t_stat           8455 src/simh/scp.c t_stat sim_activate_after (UNIT *uptr, uint32 usec_delay)
t_stat           8460 src/simh/scp.c t_stat _sim_activate_after (UNIT *uptr, uint32 usec_delay)
t_stat           8476 src/simh/scp.c t_stat sim_cancel (UNIT *uptr)
t_stat           8626 src/simh/scp.c t_stat sim_brk_init (void)
t_stat           8757 src/simh/scp.c t_stat sim_brk_set (t_addr loc, int32 sw, int32 ncnt, CONST char *act)
t_stat           8800 src/simh/scp.c t_stat sim_brk_clr (t_addr loc, int32 sw)
t_stat           8849 src/simh/scp.c t_stat sim_brk_clrall (int32 sw)
t_stat           8867 src/simh/scp.c t_stat sim_brk_show (FILE *st, t_addr loc, int32 sw)
t_stat           8916 src/simh/scp.c t_stat sim_brk_showall (FILE *st, int32 sw)
t_stat           9163 src/simh/scp.c t_stat sim_set_expect (EXPECT *exp, CONST char *cptr)
t_stat           9171 src/simh/scp.c t_stat r;
t_stat           9204 src/simh/scp.c t_stat sim_set_noexpect (EXPECT *exp, const char *cptr)
t_stat           9234 src/simh/scp.c t_stat sim_exp_clr_tab (EXPECT *exp, EXPTAB *ep)
t_stat           9255 src/simh/scp.c t_stat sim_exp_clr (EXPECT *exp, const char *match)
t_stat           9268 src/simh/scp.c t_stat sim_exp_clrall (EXPECT *exp)
t_stat           9289 src/simh/scp.c t_stat sim_exp_set (EXPECT *exp, const char *match, int32 cnt, uint32 after, int32 switches, const char *act)
t_stat           9400 src/simh/scp.c t_stat sim_exp_show_tab (FILE *st, const EXPECT *exp, const EXPTAB *ep)
t_stat           9422 src/simh/scp.c t_stat sim_exp_show (FILE *st, CONST EXPECT *exp, const char *match)
t_stat           9454 src/simh/scp.c t_stat sim_exp_showall (FILE *st, const EXPECT *exp)
t_stat           9465 src/simh/scp.c t_stat sim_exp_check (EXPECT *exp, uint8 data)
t_stat           9573 src/simh/scp.c t_stat sim_send_input (SEND *snd, uint8 *data, size_t size, uint32 after, uint32 delay)
t_stat           9610 src/simh/scp.c t_stat sim_send_clear (SEND *snd)
t_stat           9619 src/simh/scp.c t_stat sim_show_send_input (FILE *st, const SEND *snd)
t_stat           9646 src/simh/scp.c t_bool sim_send_poll_data (SEND *snd, t_stat *stat)
t_stat           9668 src/simh/scp.c const char *sim_error_text (t_stat stat)
t_stat           9681 src/simh/scp.c t_stat sim_string_to_stat (const char *cptr, t_stat *stat)
t_stat           9921 src/simh/scp.c t_stat sim_messagef (t_stat stat, const char* fmt, ...)
t_stat           10654 src/simh/scp.c static t_stat displayFlatHelp (FILE *st, DEVICE *dptr,
t_stat           10719 src/simh/scp.c t_stat scp_vhelp (FILE *st, DEVICE *dptr,
t_stat           10978 src/simh/scp.c t_stat scp_help (FILE *st, DEVICE *dptr,
t_stat           10982 src/simh/scp.c t_stat r;
t_stat             73 src/simh/scp.h t_stat reset_cmd (int32 flag, CONST char *ptr);
t_stat             74 src/simh/scp.h t_stat exdep_cmd (int32 flag, CONST char *ptr);
t_stat             75 src/simh/scp.h t_stat eval_cmd (int32 flag, CONST char *ptr);
t_stat             76 src/simh/scp.h t_stat load_cmd (int32 flag, CONST char *ptr);
t_stat             77 src/simh/scp.h t_stat run_cmd (int32 flag, CONST char *ptr);
t_stat             78 src/simh/scp.h void run_cmd_message (const char *unechod_cmdline, t_stat r);
t_stat             79 src/simh/scp.h t_stat attach_cmd (int32 flag, CONST char *ptr);
t_stat             80 src/simh/scp.h t_stat detach_cmd (int32 flag, CONST char *ptr);
t_stat             82 src/simh/scp.h 
t_stat             83 src/simh/scp.h 
t_stat             85 src/simh/scp.h t_stat exit_cmd (int32 flag, CONST char *ptr);
t_stat             86 src/simh/scp.h t_stat set_cmd (int32 flag, CONST char *ptr);
t_stat             87 src/simh/scp.h t_stat show_cmd (int32 flag, CONST char *ptr);
t_stat             88 src/simh/scp.h t_stat brk_cmd (int32 flag, CONST char *ptr);
t_stat             89 src/simh/scp.h t_stat do_cmd (int32 flag, CONST char *ptr);
t_stat             90 src/simh/scp.h t_stat goto_cmd (int32 flag, CONST char *ptr);
t_stat             91 src/simh/scp.h t_stat return_cmd (int32 flag, CONST char *ptr);
t_stat             92 src/simh/scp.h t_stat shift_cmd (int32 flag, CONST char *ptr);
t_stat             93 src/simh/scp.h t_stat call_cmd (int32 flag, CONST char *ptr);
t_stat             94 src/simh/scp.h t_stat on_cmd (int32 flag, CONST char *ptr);
t_stat             95 src/simh/scp.h t_stat noop_cmd (int32 flag, CONST char *ptr);
t_stat             96 src/simh/scp.h t_stat assert_cmd (int32 flag, CONST char *ptr);
t_stat             97 src/simh/scp.h t_stat send_cmd (int32 flag, CONST char *ptr);
t_stat             98 src/simh/scp.h t_stat expect_cmd (int32 flag, CONST char *ptr);
t_stat             99 src/simh/scp.h t_stat help_cmd (int32 flag, CONST char *ptr);
t_stat            100 src/simh/scp.h t_stat screenshot_cmd (int32 flag, CONST char *ptr);
t_stat            101 src/simh/scp.h t_stat spawn_cmd (int32 flag, CONST char *ptr);
t_stat            102 src/simh/scp.h t_stat echo_cmd (int32 flag, CONST char *ptr);
t_stat            114 src/simh/scp.h t_stat sim_process_event (void);
t_stat            115 src/simh/scp.h t_stat sim_activate (UNIT *uptr, int32 interval);
t_stat            116 src/simh/scp.h t_stat _sim_activate (UNIT *uptr, int32 interval);
t_stat            117 src/simh/scp.h t_stat sim_activate_abs (UNIT *uptr, int32 interval);
t_stat            118 src/simh/scp.h t_stat sim_activate_after (UNIT *uptr, uint32 usecs_walltime);
t_stat            119 src/simh/scp.h t_stat _sim_activate_after (UNIT *uptr, uint32 usecs_walltime);
t_stat            120 src/simh/scp.h t_stat sim_cancel (UNIT *uptr);
t_stat            123 src/simh/scp.h t_stat sim_run_boot_prep (int32 flag);
t_stat            127 src/simh/scp.h t_stat attach_unit (UNIT *uptr, CONST char *cptr);
t_stat            128 src/simh/scp.h t_stat detach_unit (UNIT *uptr);
t_stat            129 src/simh/scp.h t_stat assign_device (DEVICE *dptr, const char *cptr);
t_stat            130 src/simh/scp.h t_stat deassign_device (DEVICE *dptr);
t_stat            131 src/simh/scp.h t_stat reset_all (uint32 start_device);
t_stat            132 src/simh/scp.h t_stat reset_all_p (uint32 start_device);
t_stat            142 src/simh/scp.h CONST char *get_sim_opt (int32 opt, CONST char *cptr, t_stat *st);
t_stat            148 src/simh/scp.h t_value get_uint (const char *cptr, uint32 radix, t_value max, t_stat *status);
t_stat            151 src/simh/scp.h t_stat sim_decode_quoted_string (const char *iptr, uint8 *optr, uint32 *osize);
t_stat            156 src/simh/scp.h t_stat fprint_val (FILE *stream, t_value val, uint32 rdx, uint32 wid, uint32 fmt);
t_stat            157 src/simh/scp.h t_stat sprint_val (char *buf, t_value val, uint32 rdx, uint32 wid, uint32 fmt);
t_stat            168 src/simh/scp.h t_stat sim_register_internal_device (DEVICE *dptr);
t_stat            174 src/simh/scp.h t_stat get_aval (t_addr addr, DEVICE *dptr, UNIT *uptr);
t_stat            181 src/simh/scp.h t_stat sim_send_input (SEND *snd, uint8 *data, size_t size, uint32 after, uint32 delay);
t_stat            182 src/simh/scp.h t_stat sim_show_send_input (FILE *st, const SEND *snd);
t_stat            183 src/simh/scp.h t_bool sim_send_poll_data (SEND *snd, t_stat *stat);
t_stat            184 src/simh/scp.h t_stat sim_send_clear (SEND *snd);
t_stat            185 src/simh/scp.h t_stat sim_set_expect (EXPECT *exp, CONST char *cptr);
t_stat            186 src/simh/scp.h t_stat sim_set_noexpect (EXPECT *exp, const char *cptr);
t_stat            187 src/simh/scp.h t_stat sim_exp_set (EXPECT *exp, const char *match, int32 cnt, uint32 after, int32 switches, const char *act);
t_stat            188 src/simh/scp.h t_stat sim_exp_clr (EXPECT *exp, const char *match);
t_stat            189 src/simh/scp.h t_stat sim_exp_clrall (EXPECT *exp);
t_stat            190 src/simh/scp.h t_stat sim_exp_show (FILE *st, CONST EXPECT *exp, const char *match);
t_stat            191 src/simh/scp.h t_stat sim_exp_showall (FILE *st, const EXPECT *exp);
t_stat            192 src/simh/scp.h t_stat sim_exp_check (EXPECT *exp, uint8 data);
t_stat            193 src/simh/scp.h t_stat show_version (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            194 src/simh/scp.h t_stat set_dev_debug (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            195 src/simh/scp.h t_stat show_dev_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            196 src/simh/scp.h const char *sim_error_text (t_stat stat);
t_stat            197 src/simh/scp.h t_stat sim_string_to_stat (const char *cptr, t_stat *cond);
t_stat            199 src/simh/scp.h t_stat sim_messagef (t_stat stat, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
t_stat            207 src/simh/scp.h void fprint_stopped_gen (FILE *st, t_stat v, REG *pc, DEVICE *dptr);
t_stat            211 src/simh/scp.h t_stat scp_help (FILE *st, DEVICE *dptr,
t_stat            213 src/simh/scp.h t_stat scp_vhelp (FILE *st, DEVICE *dptr,
t_stat            215 src/simh/scp.h t_stat scp_helpFromFile (FILE *st, DEVICE *dptr,
t_stat            217 src/simh/scp.h t_stat scp_vhelpFromFile (FILE *st, DEVICE *dptr,
t_stat            233 src/simh/scp.h extern t_stat sim_last_cmd_stat;                        /* Command Status */
t_stat            264 src/simh/scp.h extern t_stat sim_instr (void);
t_stat            266 src/simh/scp.h extern t_stat fprint_sym (FILE *ofile, t_addr addr, t_value *val,
t_stat            268 src/simh/scp.h extern t_stat parse_sym (CONST char *cptr, t_addr addr, UNIT *uptr, t_value *val,
t_stat            281 src/simh/scp.h extern t_bool (*sim_vm_fprint_stopped) (FILE *st, t_stat reason);
t_stat            103 src/simh/sim_console.c static t_stat sim_os_poll_kbd (void);
t_stat            104 src/simh/sim_console.c static t_stat sim_os_putchar (int32 out);
t_stat            105 src/simh/sim_console.c static t_stat sim_os_ttinit (void);
t_stat            106 src/simh/sim_console.c static t_stat sim_os_ttrun (void);
t_stat            107 src/simh/sim_console.c static t_stat sim_os_ttcmd (void);
t_stat            108 src/simh/sim_console.c static t_stat sim_os_ttclose (void);
t_stat            111 src/simh/sim_console.c static t_stat sim_set_rem_telnet (int32 flag, CONST char *cptr);
t_stat            112 src/simh/sim_console.c static t_stat sim_set_rem_connections (int32 flag, CONST char *cptr);
t_stat            113 src/simh/sim_console.c static t_stat sim_set_rem_timeout (int32 flag, CONST char *cptr);
t_stat            116 src/simh/sim_console.c static t_stat sim_set_halt (int32 flag, CONST char *cptr);
t_stat            117 src/simh/sim_console.c static t_stat sim_set_response (int32 flag, CONST char *cptr);
t_stat            118 src/simh/sim_console.c static t_stat sim_set_delay (int32 flag, CONST char *cptr);
t_stat            135 src/simh/sim_console.c static t_stat sim_con_poll_svc (UNIT *uptr);                /* console connection poll routine */
t_stat            136 src/simh/sim_console.c static t_stat sim_con_reset (DEVICE *dptr);                 /* console reset routine */
t_stat            186 src/simh/sim_console.c static t_stat sim_con_poll_svc (UNIT *uptr)
t_stat            204 src/simh/sim_console.c static t_stat sim_con_reset (DEVICE *dptr)
t_stat            281 src/simh/sim_console.c t_stat sim_set_console (int32 flag, CONST char *cptr)
t_stat            285 src/simh/sim_console.c t_stat r;
t_stat            306 src/simh/sim_console.c t_stat sim_show_console (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat            326 src/simh/sim_console.c t_stat sim_rem_con_poll_svc (UNIT *uptr);               /* remote console connection poll routine */
t_stat            327 src/simh/sim_console.c t_stat sim_rem_con_data_svc (UNIT *uptr);               /* remote console connection data routine */
t_stat            328 src/simh/sim_console.c t_stat sim_rem_con_reset (DEVICE *dptr);                /* remote console reset routine */
t_stat            370 src/simh/sim_console.c t_stat sim_set_remote_console (int32 flag, CONST char *cptr)
t_stat            374 src/simh/sim_console.c t_stat r;
t_stat            395 src/simh/sim_console.c t_stat sim_show_remote_console (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat            436 src/simh/sim_console.c t_stat sim_rem_con_poll_svc (UNIT *uptr)
t_stat            472 src/simh/sim_console.c static t_stat x_continue_cmd (int32 flag, CONST char *cptr)
t_stat            477 src/simh/sim_console.c static t_stat x_step_cmd (int32 flag, CONST char *cptr)
t_stat            482 src/simh/sim_console.c static t_stat x_run_cmd (int32 flag, CONST char *cptr)
t_stat            487 src/simh/sim_console.c static t_stat x_help_cmd (int32 flag, CONST char *cptr);
t_stat            545 src/simh/sim_console.c static t_stat x_help_cmd (int32 flag, CONST char *cptr)
t_stat            551 src/simh/sim_console.c     t_stat r;
t_stat            568 src/simh/sim_console.c static t_stat _sim_rem_message (const char *cmd, t_stat stat)
t_stat            571 src/simh/sim_console.c t_stat stat_nomessage = stat & SCPE_NOMESSAGE;  /* extract possible message suppression flag */
t_stat            613 src/simh/sim_console.c t_stat stat;
t_stat            636 src/simh/sim_console.c t_stat sim_rem_con_data_svc (UNIT *uptr)
t_stat            639 src/simh/sim_console.c t_stat stat = SCPE_OK;
t_stat           1036 src/simh/sim_console.c t_stat sim_rem_con_reset (DEVICE *dptr)
t_stat           1051 src/simh/sim_console.c static t_stat sim_set_rem_telnet (int32 flag, CONST char *cptr)
t_stat           1053 src/simh/sim_console.c t_stat r;
t_stat           1088 src/simh/sim_console.c static t_stat sim_set_rem_connections (int32 flag, CONST char *cptr)
t_stat           1091 src/simh/sim_console.c t_stat r;
t_stat           1205 src/simh/sim_console.c static t_stat sim_set_rem_timeout (int32 flag, CONST char *cptr)
t_stat           1208 src/simh/sim_console.c t_stat r;
t_stat           1224 src/simh/sim_console.c t_stat sim_set_kmap (int32 flag, CONST char *cptr)
t_stat           1228 src/simh/sim_console.c t_stat r;
t_stat           1244 src/simh/sim_console.c t_stat sim_show_kmap (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           1254 src/simh/sim_console.c t_stat sim_set_pchar (int32 flag, CONST char *cptr)
t_stat           1258 src/simh/sim_console.c t_stat r;
t_stat           1274 src/simh/sim_console.c t_stat sim_set_cons_speed (int32 flag, CONST char *cptr)
t_stat           1279 src/simh/sim_console.c t_stat sim_show_cons_speed (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           1292 src/simh/sim_console.c t_stat sim_set_logon (int32 flag, CONST char *cptr)
t_stat           1295 src/simh/sim_console.c t_stat r;
t_stat           1320 src/simh/sim_console.c t_stat sim_set_logoff (int32 flag, CONST char *cptr)
t_stat           1336 src/simh/sim_console.c t_stat sim_show_log (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           1349 src/simh/sim_console.c t_stat sim_set_debon (int32 flag, CONST char *cptr)
t_stat           1352 src/simh/sim_console.c t_stat r;
t_stat           1410 src/simh/sim_console.c t_stat sim_debug_flush (void)
t_stat           1440 src/simh/sim_console.c t_stat sim_set_deboff (int32 flag, CONST char *cptr)
t_stat           1456 src/simh/sim_console.c t_stat sim_show_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           1496 src/simh/sim_console.c t_stat sim_set_telnet (int32 flag, CONST char *cptr)
t_stat           1500 src/simh/sim_console.c t_stat r;
t_stat           1529 src/simh/sim_console.c t_stat sim_set_notelnet (int32 flag, CONST char *cptr)
t_stat           1540 src/simh/sim_console.c t_stat sim_show_telnet (FILE *st, DEVICE *dunused, UNIT *uunused, int32 flag, CONST char *cptr)
t_stat           1567 src/simh/sim_console.c t_stat sim_set_cons_buff (int32 flg, CONST char *cptr)
t_stat           1577 src/simh/sim_console.c t_stat sim_set_cons_unbuff (int32 flg, CONST char *cptr)
t_stat           1587 src/simh/sim_console.c t_stat sim_set_cons_log (int32 flg, CONST char *cptr)
t_stat           1597 src/simh/sim_console.c t_stat sim_set_cons_nolog (int32 flg, CONST char *cptr)
t_stat           1605 src/simh/sim_console.c t_stat sim_show_cons_log (FILE *st, DEVICE *dunused, UNIT *uunused, int32 flag, CONST char *cptr)
t_stat           1616 src/simh/sim_console.c t_stat sim_show_cons_buff (FILE *st, DEVICE *dunused, UNIT *uunused, int32 flag, CONST char *cptr)
t_stat           1631 src/simh/sim_console.c t_stat sim_show_cons_expect (FILE *st, DEVICE *dunused, UNIT *uunused, int32 flag, CONST char *cptr)
t_stat           1640 src/simh/sim_console.c t_stat sim_open_logfile (const char *filename, t_bool binary, FILE **pf, FILEREF **pref)
t_stat           1699 src/simh/sim_console.c t_stat sim_close_logfile (FILEREF **pref)
t_stat           1732 src/simh/sim_console.c t_stat sim_check_console (int32 sec)
t_stat           1825 src/simh/sim_console.c t_stat sim_show_cons_send_input (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           1832 src/simh/sim_console.c t_stat sim_poll_kbd (void)
t_stat           1834 src/simh/sim_console.c t_stat c;
t_stat           1867 src/simh/sim_console.c if ((c = (t_stat)tmxr_getc_ln (&sim_con_ldsc)))             /* any char? */
t_stat           1874 src/simh/sim_console.c t_stat sim_putchar (int32 c)
t_stat           1900 src/simh/sim_console.c t_stat sim_ttinit (void)
t_stat           1908 src/simh/sim_console.c t_stat sim_ttrun (void)
t_stat           1922 src/simh/sim_console.c t_stat sim_ttcmd (void)
t_stat           1928 src/simh/sim_console.c t_stat sim_ttclose (void)
t_stat           1930 src/simh/sim_console.c t_stat r1 = tmxr_shutdown ();
t_stat           1931 src/simh/sim_console.c t_stat r2 = sim_os_ttclose ();
t_stat           1987 src/simh/sim_console.c static t_stat sim_os_ttinit (void)
t_stat           1998 src/simh/sim_console.c static t_stat sim_os_ttrun (void)
t_stat           2013 src/simh/sim_console.c static t_stat sim_os_ttcmd (void)
t_stat           2027 src/simh/sim_console.c static t_stat sim_os_ttclose (void)
t_stat           2039 src/simh/sim_console.c static t_stat sim_os_poll_kbd (void)
t_stat           2084 src/simh/sim_console.c static t_stat sim_os_putchar (int32 c)
t_stat           2120 src/simh/sim_console.c static t_stat sim_os_ttinit (void)
t_stat           2147 src/simh/sim_console.c static t_stat sim_os_ttrun (void)
t_stat           2161 src/simh/sim_console.c static t_stat sim_os_ttcmd (void)
t_stat           2174 src/simh/sim_console.c static t_stat sim_os_ttclose (void)
t_stat           2184 src/simh/sim_console.c static t_stat sim_os_poll_kbd (void)
t_stat           2198 src/simh/sim_console.c static t_stat sim_os_putchar (int32 out)
t_stat           2219 src/simh/sim_console.c static t_stat sim_os_ttinit (void)
t_stat           2261 src/simh/sim_console.c static t_stat sim_os_ttrun (void)
t_stat           2272 src/simh/sim_console.c static t_stat sim_os_ttcmd (void)
t_stat           2282 src/simh/sim_console.c static t_stat sim_os_ttclose (void)
t_stat           2292 src/simh/sim_console.c static t_stat sim_os_poll_kbd (void)
t_stat           2306 src/simh/sim_console.c static t_stat sim_os_putchar (int32 out)
t_stat           2351 src/simh/sim_console.c static t_stat sim_set_halt (int32 flag, CONST char *cptr)
t_stat           2407 src/simh/sim_console.c static t_stat sim_set_response (int32 flag, CONST char *cptr)
t_stat           2441 src/simh/sim_console.c static t_stat sim_set_delay (int32 flag, CONST char *cptr)
t_stat           2444 src/simh/sim_console.c t_stat r;
t_stat             74 src/simh/sim_console.h t_stat sim_set_console (int32 flag, CONST char *cptr);
t_stat             75 src/simh/sim_console.h t_stat sim_set_remote_console (int32 flag, CONST char *cptr);
t_stat             77 src/simh/sim_console.h t_stat sim_set_kmap (int32 flag, CONST char *cptr);
t_stat             78 src/simh/sim_console.h t_stat sim_set_telnet (int32 flag, CONST char *cptr);
t_stat             79 src/simh/sim_console.h t_stat sim_set_notelnet (int32 flag, CONST char *cptr);
t_stat             80 src/simh/sim_console.h t_stat sim_set_serial (int32 flag, CONST char *cptr);
t_stat             81 src/simh/sim_console.h t_stat sim_set_noserial (int32 flag, CONST char *cptr);
t_stat             82 src/simh/sim_console.h t_stat sim_set_logon (int32 flag, CONST char *cptr);
t_stat             83 src/simh/sim_console.h t_stat sim_set_logoff (int32 flag, CONST char *cptr);
t_stat             84 src/simh/sim_console.h t_stat sim_set_debon (int32 flag, CONST char *cptr);
t_stat             85 src/simh/sim_console.h t_stat sim_set_cons_buff (int32 flg, CONST char *cptr);
t_stat             86 src/simh/sim_console.h t_stat sim_set_cons_unbuff (int32 flg, CONST char *cptr);
t_stat             87 src/simh/sim_console.h t_stat sim_set_cons_log (int32 flg, CONST char *cptr);
t_stat             88 src/simh/sim_console.h t_stat sim_set_cons_nolog (int32 flg, CONST char *cptr);
t_stat             89 src/simh/sim_console.h t_stat sim_set_deboff (int32 flag, CONST char *cptr);
t_stat             90 src/simh/sim_console.h t_stat sim_set_cons_expect (int32 flg, CONST char *cptr);
t_stat             91 src/simh/sim_console.h t_stat sim_set_cons_noexpect (int32 flg, CONST char *cptr);
t_stat             92 src/simh/sim_console.h t_stat sim_debug_flush (void);
t_stat             93 src/simh/sim_console.h t_stat sim_set_pchar (int32 flag, CONST char *cptr);
t_stat             94 src/simh/sim_console.h t_stat sim_set_cons_speed (int32 flag, CONST char *cptr);
t_stat             95 src/simh/sim_console.h t_stat sim_show_console (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat             96 src/simh/sim_console.h t_stat sim_show_remote_console (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat             97 src/simh/sim_console.h t_stat sim_show_kmap (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat             98 src/simh/sim_console.h t_stat sim_show_telnet (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat             99 src/simh/sim_console.h t_stat sim_show_log (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            100 src/simh/sim_console.h t_stat sim_show_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            101 src/simh/sim_console.h t_stat sim_show_pchar (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            102 src/simh/sim_console.h t_stat sim_show_cons_speed (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            103 src/simh/sim_console.h t_stat sim_show_cons_buff (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            104 src/simh/sim_console.h t_stat sim_show_cons_log (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            105 src/simh/sim_console.h t_stat sim_show_cons_expect (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            106 src/simh/sim_console.h t_stat sim_check_console (int32 sec);
t_stat            107 src/simh/sim_console.h t_stat sim_open_logfile (const char *filename, t_bool binary, FILE **pf, FILEREF **pref);
t_stat            108 src/simh/sim_console.h t_stat sim_close_logfile (FILEREF **pref);
t_stat            112 src/simh/sim_console.h t_stat sim_show_cons_send_input (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            113 src/simh/sim_console.h t_stat sim_poll_kbd (void);
t_stat            114 src/simh/sim_console.h t_stat sim_putchar (int32 c);
t_stat            115 src/simh/sim_console.h t_stat sim_ttinit (void);
t_stat            116 src/simh/sim_console.h t_stat sim_ttrun (void);
t_stat            117 src/simh/sim_console.h t_stat sim_ttcmd (void);
t_stat            118 src/simh/sim_console.h t_stat sim_ttclose (void);
t_stat            322 src/simh/sim_defs.h typedef t_stat (*ACTIVATE_API)(UNIT *unit, int32 interval);
t_stat            337 src/simh/sim_defs.h     t_stat              (*examine)(t_value *v, t_addr a, UNIT *up,
t_stat            339 src/simh/sim_defs.h     t_stat              (*deposit)(t_value v, t_addr a, UNIT *up,
t_stat            341 src/simh/sim_defs.h     t_stat              (*reset)(DEVICE *dp);           /* reset routine */
t_stat            342 src/simh/sim_defs.h     t_stat              (*boot)(int32 u, DEVICE *dp);
t_stat            344 src/simh/sim_defs.h     t_stat              (*attach)(UNIT *up, CONST char *cp);
t_stat            346 src/simh/sim_defs.h     t_stat              (*detach)(UNIT *up);            /* detach routine */
t_stat            351 src/simh/sim_defs.h     t_stat              (*msize)(UNIT *up, int32 v, CONST char *cp, void *dp);
t_stat            354 src/simh/sim_defs.h     t_stat              (*help)(FILE *st, DEVICE *dptr,
t_stat            357 src/simh/sim_defs.h     t_stat              (*attach_help)(FILE *st, DEVICE *dptr,
t_stat            414 src/simh/sim_defs.h     t_stat              (*action)(UNIT *up);            /* action routine */
t_stat            523 src/simh/sim_defs.h     t_stat              (*action)(int32 flag, CONST char *cptr);
t_stat            528 src/simh/sim_defs.h     void                (*message)(const char *unechoed_cmdline, t_stat stat);
t_stat            534 src/simh/sim_defs.h     t_stat              (*action)(DEVICE *dptr, UNIT *uptr,
t_stat            542 src/simh/sim_defs.h     t_stat              (*action)(FILE *st, DEVICE *dptr,
t_stat            555 src/simh/sim_defs.h     t_stat              (*valid)(UNIT *up, int32 v, CONST char *cp, void *dp);
t_stat            557 src/simh/sim_defs.h     t_stat              (*disp)(FILE *st, UNIT *up, int32 v, CONST void *dp);
t_stat            105 src/simh/sim_disk.c     t_stat              (*impl_fnc)(void);              /* Implemented Test Function */
t_stat            114 src/simh/sim_disk.c t_stat sim_disk_set_fmt (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat            136 src/simh/sim_disk.c t_stat sim_disk_show_fmt (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat            152 src/simh/sim_disk.c t_stat sim_disk_set_capac (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat            155 src/simh/sim_disk.c t_stat r;
t_stat            171 src/simh/sim_disk.c t_stat sim_disk_show_capac (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat            236 src/simh/sim_disk.c static t_stat _sim_disk_rdsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects)
t_stat            261 src/simh/sim_disk.c t_stat sim_disk_rdsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects)
t_stat            263 src/simh/sim_disk.c t_stat r;
t_stat            327 src/simh/sim_disk.c t_stat sim_disk_rdsect_a (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects, DISK_PCALLBACK callback)
t_stat            329 src/simh/sim_disk.c t_stat r = SCPE_OK;
t_stat            336 src/simh/sim_disk.c static t_stat _sim_disk_wrsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects)
t_stat            359 src/simh/sim_disk.c t_stat sim_disk_wrsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects)
t_stat            363 src/simh/sim_disk.c t_stat r;
t_stat            464 src/simh/sim_disk.c t_stat sim_disk_wrsect_a (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects, DISK_PCALLBACK callback)
t_stat            466 src/simh/sim_disk.c t_stat r = SCPE_OK;
t_stat            471 src/simh/sim_disk.c t_stat sim_disk_unload (UNIT *uptr)
t_stat            492 src/simh/sim_disk.c static t_stat _err_return (UNIT *uptr, t_stat stat)
t_stat            736 src/simh/sim_disk.c t_stat sim_disk_attach (UNIT *uptr, const char *cptr, size_t sector_size, size_t xfer_element_size, t_bool dontautosize,
t_stat            744 src/simh/sim_disk.c t_stat (*storage_function)(FILE *file, uint32 *sector_size, uint32 *removable) = NULL;
t_stat            860 src/simh/sim_disk.c     t_stat r = SCPE_OK;
t_stat            913 src/simh/sim_disk.c     t_stat r = SCPE_OK;
t_stat           1006 src/simh/sim_disk.c t_stat sim_disk_detach (UNIT *uptr)
t_stat           1054 src/simh/sim_disk.c t_stat sim_disk_attach_help(FILE *st, DEVICE *dptr, const UNIT *uptr, int32 flag, const char *cptr)
t_stat           1092 src/simh/sim_disk.c t_stat sim_disk_reset (UNIT *uptr)
t_stat           1105 src/simh/sim_disk.c t_stat sim_disk_perror (UNIT *uptr, const char *msg)
t_stat           1122 src/simh/sim_disk.c t_stat sim_disk_clearerr (UNIT *uptr)
t_stat             66 src/simh/sim_disk.h typedef void (*DISK_PCALLBACK)(UNIT *unit, t_stat status);
t_stat             70 src/simh/sim_disk.h t_stat sim_disk_attach (UNIT *uptr, const char *cptr, size_t sector_size, size_t xfer_element_size, t_bool dontautosize,
t_stat             72 src/simh/sim_disk.h t_stat sim_disk_detach (UNIT *uptr);
t_stat             73 src/simh/sim_disk.h t_stat sim_disk_attach_help(FILE *st, DEVICE *dptr, const UNIT *uptr, int32 flag, const char *cptr);
t_stat             74 src/simh/sim_disk.h t_stat sim_disk_rdsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects);
t_stat             75 src/simh/sim_disk.h t_stat sim_disk_rdsect_a (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectsread, t_seccnt sects, DISK_PCALLBACK callback);
t_stat             76 src/simh/sim_disk.h t_stat sim_disk_wrsect (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects);
t_stat             77 src/simh/sim_disk.h t_stat sim_disk_wrsect_a (UNIT *uptr, t_lba lba, uint8 *buf, t_seccnt *sectswritten, t_seccnt sects, DISK_PCALLBACK callback);
t_stat             78 src/simh/sim_disk.h t_stat sim_disk_unload (UNIT *uptr);
t_stat             79 src/simh/sim_disk.h t_stat sim_disk_set_fmt (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat             80 src/simh/sim_disk.h t_stat sim_disk_show_fmt (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat             81 src/simh/sim_disk.h t_stat sim_disk_set_capac (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat             82 src/simh/sim_disk.h t_stat sim_disk_show_capac (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat             83 src/simh/sim_disk.h t_stat sim_disk_reset (UNIT *uptr);
t_stat             84 src/simh/sim_disk.h t_stat sim_disk_perror (UNIT *uptr, const char *msg);
t_stat             85 src/simh/sim_disk.h t_stat sim_disk_clearerr (UNIT *uptr);
t_stat            108 src/simh/sim_tape.c static t_stat sim_tape_ioerr (UNIT *uptr);
t_stat            109 src/simh/sim_tape.c static t_stat sim_tape_wrdata (UNIT *uptr, uint32 dat);
t_stat            111 src/simh/sim_tape.c static t_stat sim_tape_simh_check (UNIT *uptr);
t_stat            112 src/simh/sim_tape.c static t_stat sim_tape_e11_check (UNIT *uptr);
t_stat            134 src/simh/sim_tape.c t_stat sim_tape_attach (UNIT *uptr, CONST char *cptr)
t_stat            143 src/simh/sim_tape.c t_stat sim_tape_attach_ex (UNIT *uptr, const char *cptr, uint32 dbit, int completion_delay)
t_stat            149 src/simh/sim_tape.c t_stat r;
t_stat            229 src/simh/sim_tape.c t_stat sim_tape_detach (UNIT *uptr)
t_stat            233 src/simh/sim_tape.c t_stat r;
t_stat            275 src/simh/sim_tape.c t_stat sim_tape_attach_help(FILE *st, DEVICE *dptr, const UNIT *uptr, int32 flag, const char *cptr)
t_stat            395 src/simh/sim_tape.c static t_stat sim_tape_rdlntf (UNIT *uptr, t_mtrlnt *bc)
t_stat            406 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat            608 src/simh/sim_tape.c static t_stat sim_tape_rdlntr (UNIT *uptr, t_mtrlnt *bc)
t_stat            620 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat            784 src/simh/sim_tape.c t_stat sim_tape_rdrecf (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max)
t_stat            790 src/simh/sim_tape.c t_stat st;
t_stat            819 src/simh/sim_tape.c t_stat sim_tape_rdrecf_a (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max, TAPE_PCALLBACK callback)
t_stat            821 src/simh/sim_tape.c t_stat r = SCPE_OK;
t_stat            848 src/simh/sim_tape.c t_stat sim_tape_rdrecr (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max)
t_stat            853 src/simh/sim_tape.c t_stat st;
t_stat            875 src/simh/sim_tape.c t_stat sim_tape_rdrecr_a (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max, TAPE_PCALLBACK callback)
t_stat            877 src/simh/sim_tape.c t_stat r = SCPE_OK;
t_stat            899 src/simh/sim_tape.c t_stat sim_tape_wrrecf (UNIT *uptr, uint8 *buf, t_mtrlnt bc)
t_stat            950 src/simh/sim_tape.c t_stat sim_tape_wrrecf_a (UNIT *uptr, uint8 *buf, t_mtrlnt bc, TAPE_PCALLBACK callback)
t_stat            952 src/simh/sim_tape.c t_stat r = SCPE_OK;
t_stat            959 src/simh/sim_tape.c static t_stat sim_tape_wrdata (UNIT *uptr, uint32 dat)
t_stat            983 src/simh/sim_tape.c t_stat sim_tape_wrtmk (UNIT *uptr)
t_stat            997 src/simh/sim_tape.c t_stat sim_tape_wrtmk_a (UNIT *uptr, TAPE_PCALLBACK callback)
t_stat            999 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1006 src/simh/sim_tape.c t_stat sim_tape_wreom (UNIT *uptr)
t_stat           1008 src/simh/sim_tape.c t_stat result;
t_stat           1025 src/simh/sim_tape.c t_stat sim_tape_wreom_a (UNIT *uptr, TAPE_PCALLBACK callback)
t_stat           1027 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1034 src/simh/sim_tape.c t_stat sim_tape_wreomrw (UNIT *uptr)
t_stat           1037 src/simh/sim_tape.c t_stat r;
t_stat           1050 src/simh/sim_tape.c t_stat sim_tape_wreomrw_a (UNIT *uptr, TAPE_PCALLBACK callback)
t_stat           1052 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1157 src/simh/sim_tape.c t_stat sim_tape_wrgap (UNIT *uptr, uint32 gaplen)
t_stat           1160 src/simh/sim_tape.c t_stat st;
t_stat           1307 src/simh/sim_tape.c t_stat sim_tape_wrgap_a (UNIT *uptr, uint32 gaplen, TAPE_PCALLBACK callback)
t_stat           1309 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1331 src/simh/sim_tape.c t_stat sim_tape_sprecf (UNIT *uptr, t_mtrlnt *bc)
t_stat           1334 src/simh/sim_tape.c t_stat st;
t_stat           1346 src/simh/sim_tape.c t_stat sim_tape_sprecf_a (UNIT *uptr, t_mtrlnt *bc, TAPE_PCALLBACK callback)
t_stat           1348 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1372 src/simh/sim_tape.c t_stat sim_tape_sprecsf (UNIT *uptr, uint32 count, uint32 *skipped)
t_stat           1375 src/simh/sim_tape.c t_stat st;
t_stat           1392 src/simh/sim_tape.c t_stat sim_tape_sprecsf_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback)
t_stat           1394 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1418 src/simh/sim_tape.c t_stat sim_tape_sprecr (UNIT *uptr, t_mtrlnt *bc)
t_stat           1421 src/simh/sim_tape.c t_stat st;
t_stat           1437 src/simh/sim_tape.c t_stat sim_tape_sprecr_a (UNIT *uptr, t_mtrlnt *bc, TAPE_PCALLBACK callback)
t_stat           1439 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1464 src/simh/sim_tape.c t_stat sim_tape_sprecsr (UNIT *uptr, uint32 count, uint32 *skipped)
t_stat           1467 src/simh/sim_tape.c t_stat st;
t_stat           1484 src/simh/sim_tape.c t_stat sim_tape_sprecsr_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback)
t_stat           1486 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1512 src/simh/sim_tape.c t_stat sim_tape_spfilebyrecf (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped, t_bool check_leot)
t_stat           1515 src/simh/sim_tape.c t_stat st;
t_stat           1556 src/simh/sim_tape.c t_stat sim_tape_spfilebyrecf_a (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped, t_bool check_leot, TAPE_PCALLBACK callback)
t_stat           1558 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1582 src/simh/sim_tape.c t_stat sim_tape_spfilef (UNIT *uptr, uint32 count, uint32 *skipped)
t_stat           1594 src/simh/sim_tape.c t_stat sim_tape_spfilef_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback)
t_stat           1596 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1622 src/simh/sim_tape.c t_stat sim_tape_spfilebyrecr (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped)
t_stat           1625 src/simh/sim_tape.c t_stat st;
t_stat           1649 src/simh/sim_tape.c t_stat sim_tape_spfilebyrecr_a (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped, TAPE_PCALLBACK callback)
t_stat           1651 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1676 src/simh/sim_tape.c t_stat sim_tape_spfiler (UNIT *uptr, uint32 count, uint32 *skipped)
t_stat           1688 src/simh/sim_tape.c t_stat sim_tape_spfiler_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback)
t_stat           1690 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1697 src/simh/sim_tape.c t_stat sim_tape_rewind (UNIT *uptr)
t_stat           1711 src/simh/sim_tape.c t_stat sim_tape_rewind_a (UNIT *uptr, TAPE_PCALLBACK callback)
t_stat           1713 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1720 src/simh/sim_tape.c t_stat sim_tape_position (UNIT *uptr, uint32 flags, uint32 recs, uint32 *recsskipped, uint32 files, uint32 *filesskipped, uint32 *objectsskipped)
t_stat           1723 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1772 src/simh/sim_tape.c t_stat sim_tape_position_a (UNIT *uptr, uint32 flags, uint32 recs, uint32 *recsskipped, uint32 files, uint32 *filesskipped, uint32 *objectsskipped, TAPE_PCALLBACK callback)
t_stat           1774 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1781 src/simh/sim_tape.c t_stat sim_tape_reset (UNIT *uptr)
t_stat           1822 src/simh/sim_tape.c static t_stat sim_tape_ioerr (UNIT *uptr)
t_stat           1831 src/simh/sim_tape.c t_stat sim_tape_set_fmt (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           1853 src/simh/sim_tape.c t_stat sim_tape_show_fmt (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           1975 src/simh/sim_tape.c static t_stat sim_tape_simh_check (UNIT *uptr)
t_stat           1982 src/simh/sim_tape.c static t_stat sim_tape_e11_check (UNIT *uptr)
t_stat           2011 src/simh/sim_tape.c t_stat sim_tape_set_capac (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           2014 src/simh/sim_tape.c t_stat r;
t_stat           2029 src/simh/sim_tape.c t_stat sim_tape_show_capac (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           2065 src/simh/sim_tape.c t_stat sim_tape_set_dens (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           2068 src/simh/sim_tape.c t_stat result = SCPE_OK;
t_stat           2105 src/simh/sim_tape.c t_stat sim_tape_show_dens (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat            146 src/simh/sim_tape.h typedef void (*TAPE_PCALLBACK)(UNIT *unit, t_stat status);
t_stat            156 src/simh/sim_tape.h t_stat sim_tape_attach_ex (UNIT *uptr, const char *cptr, uint32 dbit, int completion_delay);
t_stat            157 src/simh/sim_tape.h t_stat sim_tape_attach (UNIT *uptr, CONST char *cptr);
t_stat            158 src/simh/sim_tape.h t_stat sim_tape_detach (UNIT *uptr);
t_stat            159 src/simh/sim_tape.h t_stat sim_tape_attach_help(FILE *st, DEVICE *dptr, const UNIT *uptr, int32 flag, const char *cptr);
t_stat            160 src/simh/sim_tape.h t_stat sim_tape_rdrecf (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max);
t_stat            161 src/simh/sim_tape.h t_stat sim_tape_rdrecf_a (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max, TAPE_PCALLBACK callback);
t_stat            162 src/simh/sim_tape.h t_stat sim_tape_rdrecr (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max);
t_stat            163 src/simh/sim_tape.h t_stat sim_tape_rdrecr_a (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max, TAPE_PCALLBACK callback);
t_stat            164 src/simh/sim_tape.h t_stat sim_tape_wrrecf (UNIT *uptr, uint8 *buf, t_mtrlnt bc);
t_stat            165 src/simh/sim_tape.h t_stat sim_tape_wrrecf_a (UNIT *uptr, uint8 *buf, t_mtrlnt bc, TAPE_PCALLBACK callback);
t_stat            166 src/simh/sim_tape.h t_stat sim_tape_wrtmk (UNIT *uptr);
t_stat            167 src/simh/sim_tape.h t_stat sim_tape_wrtmk_a (UNIT *uptr, TAPE_PCALLBACK callback);
t_stat            168 src/simh/sim_tape.h t_stat sim_tape_wreom (UNIT *uptr);
t_stat            169 src/simh/sim_tape.h t_stat sim_tape_wreom_a (UNIT *uptr, TAPE_PCALLBACK callback);
t_stat            170 src/simh/sim_tape.h t_stat sim_tape_wreomrw (UNIT *uptr);
t_stat            171 src/simh/sim_tape.h t_stat sim_tape_wreomrw_a (UNIT *uptr, TAPE_PCALLBACK callback);
t_stat            172 src/simh/sim_tape.h t_stat sim_tape_wrgap (UNIT *uptr, uint32 gaplen);
t_stat            173 src/simh/sim_tape.h t_stat sim_tape_wrgap_a (UNIT *uptr, uint32 gaplen, TAPE_PCALLBACK callback);
t_stat            174 src/simh/sim_tape.h t_stat sim_tape_sprecf (UNIT *uptr, t_mtrlnt *bc);
t_stat            175 src/simh/sim_tape.h t_stat sim_tape_sprecf_a (UNIT *uptr, t_mtrlnt *bc, TAPE_PCALLBACK callback);
t_stat            176 src/simh/sim_tape.h t_stat sim_tape_sprecsf (UNIT *uptr, uint32 count, uint32 *skipped);
t_stat            177 src/simh/sim_tape.h t_stat sim_tape_sprecsf_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback);
t_stat            178 src/simh/sim_tape.h t_stat sim_tape_spfilef (UNIT *uptr, uint32 count, uint32 *skipped);
t_stat            179 src/simh/sim_tape.h t_stat sim_tape_spfilef_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback);
t_stat            180 src/simh/sim_tape.h t_stat sim_tape_spfilebyrecf (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped, t_bool check_leot);
t_stat            181 src/simh/sim_tape.h t_stat sim_tape_spfilebyrecf_a (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped, t_bool check_leot, TAPE_PCALLBACK callback);
t_stat            182 src/simh/sim_tape.h t_stat sim_tape_sprecr (UNIT *uptr, t_mtrlnt *bc);
t_stat            183 src/simh/sim_tape.h t_stat sim_tape_sprecr_a (UNIT *uptr, t_mtrlnt *bc, TAPE_PCALLBACK callback);
t_stat            184 src/simh/sim_tape.h t_stat sim_tape_sprecsr (UNIT *uptr, uint32 count, uint32 *skipped);
t_stat            185 src/simh/sim_tape.h t_stat sim_tape_sprecsr_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback);
t_stat            186 src/simh/sim_tape.h t_stat sim_tape_spfiler (UNIT *uptr, uint32 count, uint32 *skipped);
t_stat            187 src/simh/sim_tape.h t_stat sim_tape_spfiler_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback);
t_stat            188 src/simh/sim_tape.h t_stat sim_tape_spfilebyrecr (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped);
t_stat            189 src/simh/sim_tape.h t_stat sim_tape_spfilebyrecr_a (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped, TAPE_PCALLBACK callback);
t_stat            190 src/simh/sim_tape.h t_stat sim_tape_rewind (UNIT *uptr);
t_stat            191 src/simh/sim_tape.h t_stat sim_tape_rewind_a (UNIT *uptr, TAPE_PCALLBACK callback);
t_stat            192 src/simh/sim_tape.h t_stat sim_tape_position (UNIT *uptr, uint32 flags, uint32 recs, uint32 *recskipped, uint32 files, uint32 *fileskipped, uint32 *objectsskipped);
t_stat            193 src/simh/sim_tape.h t_stat sim_tape_position_a (UNIT *uptr, uint32 flags, uint32 recs, uint32 *recsskipped, uint32 files, uint32 *filesskipped, uint32 *objectsskipped, TAPE_PCALLBACK callback);
t_stat            194 src/simh/sim_tape.h t_stat sim_tape_reset (UNIT *uptr);
t_stat            198 src/simh/sim_tape.h t_stat sim_tape_set_fmt (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            199 src/simh/sim_tape.h t_stat sim_tape_show_fmt (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            200 src/simh/sim_tape.h t_stat sim_tape_set_capac (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            201 src/simh/sim_tape.h t_stat sim_tape_show_capac (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            202 src/simh/sim_tape.h t_stat sim_tape_set_dens (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            203 src/simh/sim_tape.h t_stat sim_tape_show_dens (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            125 src/simh/sim_timer.c t_stat sim_os_set_thread_priority (int below_normal_above)
t_stat            136 src/simh/sim_timer.c t_stat sim_os_set_thread_priority (int below_normal_above)
t_stat            339 src/simh/sim_timer.c t_stat sim_throt_svc (UNIT *uptr);
t_stat            340 src/simh/sim_timer.c t_stat sim_timer_tick_svc (UNIT *uptr);
t_stat            482 src/simh/sim_timer.c t_stat sim_show_timers (FILE* st, DEVICE *dptr, UNIT* uptr, int32 val, CONST char* desc)
t_stat            567 src/simh/sim_timer.c t_stat sim_show_clock_queues (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat            604 src/simh/sim_timer.c t_stat sim_timer_clr_catchup (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat            611 src/simh/sim_timer.c t_stat sim_timer_set_catchup (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat            618 src/simh/sim_timer.c t_stat sim_timer_show_catchup (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat            630 src/simh/sim_timer.c static t_stat sim_timer_clock_reset (DEVICE *dptr);
t_stat            639 src/simh/sim_timer.c t_stat sim_timer_tick_svc (UNIT *uptr)
t_stat            642 src/simh/sim_timer.c t_stat stat;
t_stat            761 src/simh/sim_timer.c static t_stat sim_timer_clock_tick_svc (UNIT *uptr)
t_stat            813 src/simh/sim_timer.c static t_stat sim_timer_clock_reset (DEVICE *dptr)
t_stat            878 src/simh/sim_timer.c t_stat sim_timer_activate (UNIT *uptr, int32 interval)
t_stat            883 src/simh/sim_timer.c t_stat sim_timer_activate_after (UNIT *uptr, uint32 usec_delay)
t_stat            910 src/simh/sim_timer.c t_stat sim_register_clock_unit_tmr (UNIT *uptr, int32 tmr)
t_stat             67 src/simh/sim_timer.h t_stat sim_show_timers (FILE* st, DEVICE *dptr, UNIT* uptr, int32 val, CONST char* desc);
t_stat             68 src/simh/sim_timer.h t_stat sim_show_clock_queues (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat             75 src/simh/sim_timer.h t_stat sim_timer_change_asynch (void);
t_stat             76 src/simh/sim_timer.h t_stat sim_timer_activate (UNIT *uptr, int32 interval);
t_stat             77 src/simh/sim_timer.h t_stat sim_timer_activate_after (UNIT *uptr, uint32 usec_delay);
t_stat             79 src/simh/sim_timer.h t_stat sim_register_clock_unit_tmr (UNIT *uptr, int32 tmr);
t_stat             81 src/simh/sim_timer.h t_stat sim_os_set_thread_priority (int below_normal_above);
t_stat            604 src/simh/sim_tmxr.c static TMLN *tmxr_get_ldsc (UNIT *uptr, const char *cptr, TMXR *mp, t_stat *status)
t_stat            608 src/simh/sim_tmxr.c t_stat   code = SCPE_OK;
t_stat           1187 src/simh/sim_tmxr.c static t_stat tmxr_reset_ln_ex (TMLN *lp, t_bool closeserial)
t_stat           1226 src/simh/sim_tmxr.c t_stat tmxr_close_ln (TMLN *lp)
t_stat           1231 src/simh/sim_tmxr.c t_stat tmxr_reset_ln (TMLN *lp)
t_stat           1248 src/simh/sim_tmxr.c t_stat tmxr_set_get_modem_bits (TMLN *lp, int32 bits_to_set, int32 bits_to_clear, int32 *incoming_bits)
t_stat           1387 src/simh/sim_tmxr.c t_stat tmxr_set_line_loopback (TMLN *lp, t_bool enable_loopback)
t_stat           1438 src/simh/sim_tmxr.c t_stat tmxr_set_line_halfduplex (TMLN *lp, t_bool enable_halfduplex)
t_stat           1473 src/simh/sim_tmxr.c t_stat val = 0;
t_stat           1520 src/simh/sim_tmxr.c t_stat tmxr_get_packet_ln (TMLN *lp, const uint8 **pbuf, size_t *psize)
t_stat           1525 src/simh/sim_tmxr.c t_stat tmxr_get_packet_ln_ex (TMLN *lp, const uint8 **pbuf, size_t *psize, uint8 frame_byte)
t_stat           1850 src/simh/sim_tmxr.c t_stat tmxr_putc_ln (TMLN *lp, int32 chr)
t_stat           1899 src/simh/sim_tmxr.c t_stat tmxr_put_packet_ln (TMLN *lp, const uint8 *buf, size_t size)
t_stat           1904 src/simh/sim_tmxr.c t_stat tmxr_put_packet_ln_ex (TMLN *lp, const uint8 *buf, size_t size, uint8 frame_byte)
t_stat           1906 src/simh/sim_tmxr.c t_stat r;
t_stat           1984 src/simh/sim_tmxr.c t_stat r;
t_stat           2073 src/simh/sim_tmxr.c t_stat tmxr_detach_ln (TMLN *lp)
t_stat           2140 src/simh/sim_tmxr.c t_stat tmxr_set_line_speed (TMLN *lp, CONST char *speed)
t_stat           2144 src/simh/sim_tmxr.c t_stat r;
t_stat           2181 src/simh/sim_tmxr.c t_stat tmxr_open_master (TMXR *mp, CONST char *cptr)
t_stat           2191 src/simh/sim_tmxr.c t_stat r = SCPE_OK;
t_stat           2854 src/simh/sim_tmxr.c t_stat tmxr_set_line_unit (TMXR *mp, int line, UNIT *uptr_poll)
t_stat           2881 src/simh/sim_tmxr.c t_stat tmxr_set_line_output_unit (TMXR *mp, int line, UNIT *uptr_poll)
t_stat           2892 src/simh/sim_tmxr.c t_stat tmxr_start_poll (void)
t_stat           2897 src/simh/sim_tmxr.c t_stat tmxr_stop_poll (void)
t_stat           2946 src/simh/sim_tmxr.c static t_stat _tmxr_locate_line_send_expect (const char *cptr, SEND **snd, EXPECT **exp)
t_stat           2951 src/simh/sim_tmxr.c t_stat r;
t_stat           2976 src/simh/sim_tmxr.c t_stat tmxr_locate_line_send (const char *cptr, SEND **snd)
t_stat           2981 src/simh/sim_tmxr.c t_stat tmxr_locate_line_expect (const char *cptr, EXPECT **exp)
t_stat           2986 src/simh/sim_tmxr.c t_stat tmxr_change_async (void)
t_stat           2993 src/simh/sim_tmxr.c t_stat tmxr_attach_ex (TMXR *mp, UNIT *uptr, CONST char *cptr, t_bool async)
t_stat           2995 src/simh/sim_tmxr.c t_stat r;
t_stat           3028 src/simh/sim_tmxr.c t_stat tmxr_startup (void)
t_stat           3033 src/simh/sim_tmxr.c t_stat tmxr_shutdown (void)
t_stat           3040 src/simh/sim_tmxr.c t_stat tmxr_show_open_devices (FILE* st, DEVICE *dptr, UNIT* uptr, int32 val, CONST char* desc)
t_stat           3128 src/simh/sim_tmxr.c t_stat tmxr_close_master (TMXR *mp)
t_stat           3191 src/simh/sim_tmxr.c t_stat tmxr_detach (TMXR *mp, UNIT *uptr)
t_stat           3214 src/simh/sim_tmxr.c t_stat tmxr_activate (UNIT *uptr, int32 interval)
t_stat           3221 src/simh/sim_tmxr.c t_stat tmxr_activate_after (UNIT *uptr, uint32 usecs_walltime)
t_stat           3228 src/simh/sim_tmxr.c t_stat tmxr_attach_help(FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr)
t_stat           3429 src/simh/sim_tmxr.c t_stat tmxr_ex (t_value *vptr, t_addr addr, UNIT *uptr, int32 sw)
t_stat           3434 src/simh/sim_tmxr.c t_stat tmxr_dep (t_value val, t_addr addr, UNIT *uptr, int32 sw)
t_stat           3656 src/simh/sim_tmxr.c t_stat tmxr_dscln (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           3660 src/simh/sim_tmxr.c t_stat status;
t_stat           3682 src/simh/sim_tmxr.c t_stat tmxr_set_log (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           3686 src/simh/sim_tmxr.c t_stat r;
t_stat           3715 src/simh/sim_tmxr.c t_stat tmxr_set_nolog (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           3738 src/simh/sim_tmxr.c t_stat tmxr_show_log (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           3780 src/simh/sim_tmxr.c t_stat tmxr_set_lnorder (UNIT *uptr, int32 val, CONST char *carg, void *desc)
t_stat           3790 src/simh/sim_tmxr.c t_stat result = SCPE_OK;
t_stat           3881 src/simh/sim_tmxr.c t_stat tmxr_show_lnorder (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           3933 src/simh/sim_tmxr.c t_stat tmxr_show_summ (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           3953 src/simh/sim_tmxr.c t_stat tmxr_show_cstat (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           3981 src/simh/sim_tmxr.c t_stat tmxr_show_lines (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat            218 src/simh/sim_tmxr.h t_stat tmxr_reset_ln (TMLN *lp);
t_stat            219 src/simh/sim_tmxr.h t_stat tmxr_detach_ln (TMLN *lp);
t_stat            222 src/simh/sim_tmxr.h t_stat tmxr_get_packet_ln (TMLN *lp, const uint8 **pbuf, size_t *psize);
t_stat            223 src/simh/sim_tmxr.h t_stat tmxr_get_packet_ln_ex (TMLN *lp, const uint8 **pbuf, size_t *psize, uint8 frame_byte);
t_stat            225 src/simh/sim_tmxr.h t_stat tmxr_putc_ln (TMLN *lp, int32 chr);
t_stat            226 src/simh/sim_tmxr.h t_stat tmxr_put_packet_ln (TMLN *lp, const uint8 *buf, size_t size);
t_stat            227 src/simh/sim_tmxr.h t_stat tmxr_put_packet_ln_ex (TMLN *lp, const uint8 *buf, size_t size, uint8 frame_byte);
t_stat            230 src/simh/sim_tmxr.h t_stat tmxr_open_master (TMXR *mp, CONST char *cptr);
t_stat            231 src/simh/sim_tmxr.h t_stat tmxr_close_master (TMXR *mp);
t_stat            232 src/simh/sim_tmxr.h t_stat tmxr_attach_ex (TMXR *mp, UNIT *uptr, CONST char *cptr, t_bool async);
t_stat            233 src/simh/sim_tmxr.h t_stat tmxr_detach (TMXR *mp, UNIT *uptr);
t_stat            234 src/simh/sim_tmxr.h t_stat tmxr_attach_help(FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr);
t_stat            236 src/simh/sim_tmxr.h t_stat tmxr_set_get_modem_bits (TMLN *lp, int32 bits_to_set, int32 bits_to_clear, int32 *incoming_bits);
t_stat            237 src/simh/sim_tmxr.h t_stat tmxr_set_line_loopback (TMLN *lp, t_bool enable_loopback);
t_stat            239 src/simh/sim_tmxr.h t_stat tmxr_set_line_halfduplex (TMLN *lp, t_bool enable_loopback);
t_stat            241 src/simh/sim_tmxr.h t_stat tmxr_set_line_speed (TMLN *lp, CONST char *speed);
t_stat            242 src/simh/sim_tmxr.h t_stat tmxr_set_line_unit (TMXR *mp, int line, UNIT *uptr_poll);
t_stat            243 src/simh/sim_tmxr.h t_stat tmxr_set_line_output_unit (TMXR *mp, int line, UNIT *uptr_poll);
t_stat            244 src/simh/sim_tmxr.h t_stat tmxr_ex (t_value *vptr, t_addr addr, UNIT *uptr, int32 sw);
t_stat            245 src/simh/sim_tmxr.h t_stat tmxr_dep (t_value val, t_addr addr, UNIT *uptr, int32 sw);
t_stat            252 src/simh/sim_tmxr.h t_stat tmxr_set_log (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            253 src/simh/sim_tmxr.h t_stat tmxr_set_nolog (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            254 src/simh/sim_tmxr.h t_stat tmxr_show_log (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            255 src/simh/sim_tmxr.h t_stat tmxr_dscln (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            260 src/simh/sim_tmxr.h t_stat tmxr_set_lnorder (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            261 src/simh/sim_tmxr.h t_stat tmxr_show_lnorder (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            262 src/simh/sim_tmxr.h t_stat tmxr_show_summ (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            263 src/simh/sim_tmxr.h t_stat tmxr_show_cstat (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            264 src/simh/sim_tmxr.h t_stat tmxr_show_lines (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            265 src/simh/sim_tmxr.h t_stat tmxr_show_open_devices (FILE* st, DEVICE *dptr, UNIT* uptr, int32 val, CONST char* desc);
t_stat            266 src/simh/sim_tmxr.h t_stat tmxr_activate (UNIT *uptr, int32 interval);
t_stat            267 src/simh/sim_tmxr.h t_stat tmxr_activate_after (UNIT *uptr, uint32 usecs_walltime);
t_stat            268 src/simh/sim_tmxr.h t_stat tmxr_change_async (void);
t_stat            269 src/simh/sim_tmxr.h t_stat tmxr_locate_line_send (const char *dev_line, SEND **snd);
t_stat            270 src/simh/sim_tmxr.h t_stat tmxr_locate_line_expect (const char *dev_line, EXPECT **exp);
t_stat            271 src/simh/sim_tmxr.h t_stat tmxr_startup (void);
t_stat            272 src/simh/sim_tmxr.h t_stat tmxr_shutdown (void);
t_stat            273 src/simh/sim_tmxr.h t_stat tmxr_start_poll (void);
t_stat            274 src/simh/sim_tmxr.h t_stat tmxr_stop_poll (void);