t_stat             75 src/dps8/dps8_absi.c static t_stat absi_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             82 src/dps8/dps8_absi.c static t_stat absi_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat             94 src/dps8/dps8_absi.c static t_stat absi_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            107 src/dps8/dps8_absi.c static t_stat absi_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            154 src/dps8/dps8_absi.c static t_stat absi_reset (UNUSED DEVICE * dptr)
t_stat            161 src/dps8/dps8_absi.c static t_stat absiAttach (UNIT * uptr, const char * cptr)
t_stat            169 src/dps8/dps8_absi.c     t_stat ret;
t_stat            199 src/dps8/dps8_absi.c static t_stat absiDetach (UNIT * uptr)
t_stat            202 src/dps8/dps8_absi.c     t_stat ret;
t_stat            547 src/dps8/dps8_append.c t_stat dump_sdwam (cpu_state_t * cpup)
t_stat            123 src/dps8/dps8_append.h t_stat dump_sdwam (cpu_state_t * cpup);
t_stat            163 src/dps8/dps8_cable.c static t_stat sys_cable_graph (void);
t_stat            242 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            265 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            277 src/dps8/dps8_cable.c         t_stat rc = back_cable_iom_to_scu (uncable, iom_unit_idx, iom_port_num,
t_stat            300 src/dps8/dps8_cable.c         t_stat rc = back_cable_iom_to_scu (uncable, iom_unit_idx, iom_port_num,
t_stat            323 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            348 src/dps8/dps8_cable.c static t_stat cable_scu_to_cpu (int uncable, uint scu_unit_idx, uint scu_port_num,
t_stat            362 src/dps8/dps8_cable.c         t_stat rc = back_cable_cpu_to_scu (uncable, cpu_unit_idx, cpu_port_num,
t_stat            386 src/dps8/dps8_cable.c         t_stat rc = back_cable_cpu_to_scu (uncable, cpu_unit_idx, cpu_port_num,
t_stat            414 src/dps8/dps8_cable.c static t_stat cable_scu (int uncable, uint scu_unit_idx, char * * name_save)
t_stat            542 src/dps8/dps8_cable.c static t_stat cable_ctlr_to_iom (int uncable, struct ctlr_to_iom_s * there,
t_stat            574 src/dps8/dps8_cable.c static t_stat cable_ctlr (int uncable,
t_stat            608 src/dps8/dps8_cable.c         t_stat rc = cable_ctlr_to_iom (uncable, there,
t_stat            627 src/dps8/dps8_cable.c         t_stat rc = cable_ctlr_to_iom (uncable, there,
t_stat            655 src/dps8/dps8_cable.c static t_stat cable_iom (int uncable, uint iom_unit_idx, char * * name_save)
t_stat            919 src/dps8/dps8_cable.c static t_stat cable_periph_to_ctlr (int uncable,
t_stat            955 src/dps8/dps8_cable.c static t_stat cable_periph (int uncable,
t_stat            973 src/dps8/dps8_cable.c         t_stat rc = cable_periph_to_ctlr (uncable,
t_stat            995 src/dps8/dps8_cable.c         t_stat rc = cable_periph_to_ctlr (uncable,
t_stat           1014 src/dps8/dps8_cable.c static t_stat cable_mtp (int uncable, uint ctlr_unit_idx, char * * name_save)
t_stat           1067 src/dps8/dps8_cable.c static t_stat cable_ipc (int uncable, uint ctlr_unit_idx, char * * name_save)
t_stat           1120 src/dps8/dps8_cable.c static t_stat cable_msp (int uncable, uint ctlr_unit_idx, char * * name_save)
t_stat           1173 src/dps8/dps8_cable.c static t_stat cable_urp (int uncable, uint ctlr_unit_idx, char * * name_save)
t_stat           1264 src/dps8/dps8_cable.c t_stat sys_cable (int32 arg, const char * buf)
t_stat           1279 src/dps8/dps8_cable.c     t_stat rc = SCPE_ARG;
t_stat           1340 src/dps8/dps8_cable.c static t_stat
t_stat           1514 src/dps8/dps8_cable.c t_stat sys_cable_show (int32 dump, UNUSED const char * buf)
t_stat           1662 src/dps8/dps8_cable.c t_stat sys_cable_ripout (UNUSED int32 arg, UNUSED const char * buf)
t_stat            263 src/dps8/dps8_cable.h t_stat sys_cable (UNUSED int32 arg, const char * buf);
t_stat            287 src/dps8/dps8_cable.h t_stat sys_cable (UNUSED int32 arg, const char * buf);
t_stat            288 src/dps8/dps8_cable.h t_stat sys_cable_ripout (UNUSED int32 arg, UNUSED const char * buf);
t_stat            289 src/dps8/dps8_cable.h t_stat sys_cable_show (UNUSED int32 arg, UNUSED const char * buf);
t_stat             80 src/dps8/dps8_console.c static t_stat opc_reset (DEVICE * dptr);
t_stat             81 src/dps8/dps8_console.c static t_stat opc_show_nunits (FILE *st, UNIT *uptr, int val,
t_stat             83 src/dps8/dps8_console.c static t_stat opc_set_nunits (UNIT * uptr, int32 value, const char * cptr,
t_stat             85 src/dps8/dps8_console.c static t_stat opc_autoinput_set (UNIT *uptr, int32 val, const char *cptr,
t_stat             87 src/dps8/dps8_console.c static t_stat opc_autoinput_show (FILE *st, UNIT *uptr, int val,
t_stat             89 src/dps8/dps8_console.c static t_stat opc_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat             91 src/dps8/dps8_console.c static t_stat opc_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             93 src/dps8/dps8_console.c static t_stat opc_set_console_port (UNIT * uptr, UNUSED int32 value,
t_stat             95 src/dps8/dps8_console.c static t_stat opc_show_console_port (UNUSED FILE * st, UNIT * uptr,
t_stat             97 src/dps8/dps8_console.c static t_stat opc_set_console_address (UNIT * uptr, UNUSED int32 value,
t_stat             99 src/dps8/dps8_console.c static t_stat opc_show_console_address (UNUSED FILE * st, UNIT * uptr,
t_stat            101 src/dps8/dps8_console.c static t_stat opc_set_console_pw (UNIT * uptr, UNUSED int32 value,
t_stat            103 src/dps8/dps8_console.c static t_stat opc_show_console_pw (UNUSED FILE * st, UNIT * uptr,
t_stat            105 src/dps8/dps8_console.c static t_stat opc_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            107 src/dps8/dps8_console.c static t_stat opc_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            225 src/dps8/dps8_console.c static t_stat opc_svc (UNIT * unitp);
t_stat            401 src/dps8/dps8_console.c static t_stat opc_reset (UNUSED DEVICE * dptr)
t_stat            570 src/dps8/dps8_console.c static t_stat console_attn (UNUSED UNIT * uptr);
t_stat            589 src/dps8/dps8_console.c static t_stat console_attn (UNUSED UNIT * uptr)
t_stat           1020 src/dps8/dps8_console.c                         t_stat stat = cmdp->action (cmdp->arg, cptr);
t_stat           1651 src/dps8/dps8_console.c static t_stat opc_svc (UNIT * unitp)
t_stat           1662 src/dps8/dps8_console.c static t_stat opc_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1669 src/dps8/dps8_console.c static t_stat opc_set_nunits (UNUSED UNIT * uptr, int32 UNUSED value,
t_stat           1707 src/dps8/dps8_console.c static t_stat opc_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat           1763 src/dps8/dps8_console.c static t_stat opc_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1775 src/dps8/dps8_console.c static t_stat opc_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1785 src/dps8/dps8_console.c static t_stat opc_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat           1801 src/dps8/dps8_console.c static t_stat opc_set_console_port (UNIT * uptr, UNUSED int32 value,
t_stat           1822 src/dps8/dps8_console.c static t_stat opc_show_console_port (UNUSED FILE * st, UNIT * uptr,
t_stat           1835 src/dps8/dps8_console.c static t_stat opc_set_console_address (UNIT * uptr, UNUSED int32 value,
t_stat           1870 src/dps8/dps8_console.c static t_stat opc_show_console_address (UNUSED FILE * st, UNIT * uptr,
t_stat           1883 src/dps8/dps8_console.c static t_stat opc_set_console_pw (UNIT * uptr, UNUSED int32 value,
t_stat           1909 src/dps8/dps8_console.c static t_stat opc_show_console_pw (UNUSED FILE * st, UNIT * uptr,
t_stat            121 src/dps8/dps8_cpu.c static t_stat simh_cpu_reset_and_clear_unit (UNIT * uptr,
t_stat            127 src/dps8/dps8_cpu.c static t_stat cpu_show_config (UNUSED FILE * st, UNIT * uptr,
t_stat            460 src/dps8/dps8_cpu.c static t_stat cpu_set_config (UNIT * uptr, UNUSED int32 value,
t_stat            703 src/dps8/dps8_cpu.c static t_stat cpu_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            710 src/dps8/dps8_cpu.c static t_stat cpu_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            722 src/dps8/dps8_cpu.c static t_stat cpu_show_kips (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            729 src/dps8/dps8_cpu.c static t_stat cpu_set_kips (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            746 src/dps8/dps8_cpu.c static t_stat cpu_show_stall (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            776 src/dps8/dps8_cpu.c static t_stat cpu_set_stall (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            821 src/dps8/dps8_cpu.c static t_stat setCPUConfigL68 (UNIT * uptr, UNUSED int32 value, UNUSED const char * cptr, UNUSED void * desc) {
t_stat            846 src/dps8/dps8_cpu.c static t_stat setCPUConfigDPS8M (UNIT * uptr, UNUSED int32 value, UNUSED const char * cptr, UNUSED void * desc) {
t_stat            992 src/dps8/dps8_cpu.c static t_stat simh_cpu_reset_and_clear_unit (UNIT * uptr,
t_stat           1019 src/dps8/dps8_cpu.c static t_stat simh_cpu_reset_unit (UNIT * uptr,
t_stat           1237 src/dps8/dps8_cpu.c static t_stat cpu_boot (UNUSED int32 cpu_unit_idx, UNUSED DEVICE * dptr)
t_stat           1581 src/dps8/dps8_cpu.c static t_stat sim_cpu_reset (UNUSED DEVICE *dptr)
t_stat           1600 src/dps8/dps8_cpu.c static t_stat cpu_ex (t_value *vptr, t_addr addr, UNUSED UNIT * uptr,
t_stat           1614 src/dps8/dps8_cpu.c static t_stat cpu_dep (t_value val, t_addr addr, UNUSED UNIT * uptr,
t_stat           1744 src/dps8/dps8_cpu.c t_stat simh_hooks (cpu_state_t * cpup)
t_stat           1830 src/dps8/dps8_cpu.c t_stat sim_instr (void)
t_stat           1833 src/dps8/dps8_cpu.c     t_stat reason = 0;
t_stat           2129 src/dps8/dps8_cpu.c t_stat threadz_sim_instr (void)
t_stat           2143 src/dps8/dps8_cpu.c     t_stat reason = 0;
t_stat           2700 src/dps8/dps8_cpu.c               t_stat ret = executeInstruction (cpup);
t_stat           3409 src/dps8/dps8_cpu.c t_stat write_operand (cpu_state_t * cpup, word18 addr, UNUSED processor_cycle_type cyctyp)
t_stat           3454 src/dps8/dps8_cpu.c t_stat set_mem_watch (int32 arg, const char * buf)
t_stat           1979 src/dps8/dps8_cpu.h t_stat simh_hooks (cpu_state_t * cpup);
t_stat           1984 src/dps8/dps8_cpu.h t_stat write_operand (cpu_state_t * cpup, word18 addr, processor_cycle_type acctyp);
t_stat           2378 src/dps8/dps8_cpu.h t_stat set_mem_watch (int32 arg, const char * buf);
t_stat           2396 src/dps8/dps8_cpu.h t_stat threadz_sim_instr (void);
t_stat             66 src/dps8/dps8_crdpun.c static t_stat pun_reset (DEVICE * dptr);
t_stat             67 src/dps8/dps8_crdpun.c static t_stat pun_show_nunits (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             68 src/dps8/dps8_crdpun.c static t_stat pun_set_nunits (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             69 src/dps8/dps8_crdpun.c static t_stat pun_show_device_name (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             70 src/dps8/dps8_crdpun.c static t_stat pun_set_device_name (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             71 src/dps8/dps8_crdpun.c static t_stat pun_show_path (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat             73 src/dps8/dps8_crdpun.c static t_stat pun_set_path (UNUSED UNIT * uptr, UNUSED int32 value, const UNUSED char * cptr,
t_stat             75 src/dps8/dps8_crdpun.c static t_stat pun_set_config (UNUSED UNIT *  uptr, UNUSED int32 value, const char * cptr,
t_stat             77 src/dps8/dps8_crdpun.c static t_stat pun_show_config (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val,
t_stat            272 src/dps8/dps8_crdpun.c static t_stat pun_reset (UNUSED DEVICE * dptr)
t_stat           1253 src/dps8/dps8_crdpun.c static t_stat pun_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val,
t_stat           1260 src/dps8/dps8_crdpun.c static t_stat pun_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr,
t_stat           1272 src/dps8/dps8_crdpun.c static t_stat pun_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1282 src/dps8/dps8_crdpun.c static t_stat pun_set_device_name (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1298 src/dps8/dps8_crdpun.c static t_stat pun_set_path (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1323 src/dps8/dps8_crdpun.c static t_stat pun_show_path (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1337 src/dps8/dps8_crdpun.c static t_stat pun_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat           1373 src/dps8/dps8_crdpun.c static t_stat pun_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             65 src/dps8/dps8_crdrdr.c static t_stat rdr_reset (DEVICE * dptr);
t_stat             66 src/dps8/dps8_crdrdr.c static t_stat rdr_show_nunits (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             67 src/dps8/dps8_crdrdr.c static t_stat rdr_set_nunits (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             68 src/dps8/dps8_crdrdr.c static t_stat rdr_show_device_name (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             69 src/dps8/dps8_crdrdr.c static t_stat rdr_set_device_name (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             70 src/dps8/dps8_crdrdr.c static t_stat rdr_show_path (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat             72 src/dps8/dps8_crdrdr.c static t_stat rdr_set_path (UNUSED UNIT * uptr, UNUSED int32 value, const UNUSED char * cptr,
t_stat            224 src/dps8/dps8_crdrdr.c static t_stat rdr_reset (UNUSED DEVICE * dptr)
t_stat           1019 src/dps8/dps8_crdrdr.c static t_stat rdr_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val,
t_stat           1026 src/dps8/dps8_crdrdr.c static t_stat rdr_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr,
t_stat           1038 src/dps8/dps8_crdrdr.c static t_stat rdr_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1048 src/dps8/dps8_crdrdr.c static t_stat rdr_set_device_name (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1064 src/dps8/dps8_crdrdr.c static t_stat rdr_set_path (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1091 src/dps8/dps8_crdrdr.c static t_stat rdr_show_path (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             80 src/dps8/dps8_dia.c static t_stat set_config (UNIT * uptr, UNUSED int value, const char * cptr, UNUSED void * desc)
t_stat            126 src/dps8/dps8_dia.c static t_stat show_config (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat            146 src/dps8/dps8_dia.c static t_stat show_status (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat            165 src/dps8/dps8_dia.c static t_stat show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            172 src/dps8/dps8_dia.c static t_stat set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            240 src/dps8/dps8_dia.c static t_stat reset (UNUSED DEVICE * dptr)
t_stat            245 src/dps8/dps8_dia.c static t_stat attach (UNIT * uptr, const char * cptr)
t_stat            253 src/dps8/dps8_dia.c     t_stat ret;
t_stat            282 src/dps8/dps8_dia.c static t_stat detach (UNIT * uptr)
t_stat            285 src/dps8/dps8_dia.c     t_stat ret;
t_stat            342 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            348 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            359 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            373 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            409 src/dps8/dps8_disk.c static t_stat dsk_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            419 src/dps8/dps8_disk.c static t_stat dsk_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            441 src/dps8/dps8_disk.c t_stat signal_disk_ready (uint dsk_unit_idx) {
t_stat            532 src/dps8/dps8_disk.c static t_stat disk_set_ready (UNIT * uptr, UNUSED int32 value,
t_stat            545 src/dps8/dps8_disk.c t_stat unloadDisk (uint dsk_unit_idx) {
t_stat            547 src/dps8/dps8_disk.c     t_stat stat = sim_disk_detach (& dsk_unit [dsk_unit_idx]);
t_stat            556 src/dps8/dps8_disk.c t_stat loadDisk (uint dsk_unit_idx, const char * disk_filename, bool ro) {
t_stat            561 src/dps8/dps8_disk.c   t_stat stat = attach_unit (& dsk_unit [dsk_unit_idx], disk_filename);
t_stat            620 src/dps8/dps8_disk.c static t_stat disk_reset (UNUSED DEVICE * dptr)
t_stat            625 src/dps8/dps8_disk.c static t_stat disk_attach (UNIT *uptr, CONST char *cptr)
t_stat           1662 src/dps8/dps8_disk.c static t_stat ipc_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1669 src/dps8/dps8_disk.c static t_stat ipc_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1681 src/dps8/dps8_disk.c static t_stat ipc_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1694 src/dps8/dps8_disk.c static t_stat ipc_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat           1804 src/dps8/dps8_disk.c static t_stat msp_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1811 src/dps8/dps8_disk.c static t_stat msp_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1823 src/dps8/dps8_disk.c static t_stat msp_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1836 src/dps8/dps8_disk.c static t_stat msp_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat             79 src/dps8/dps8_disk.h t_stat attachDisk (char * label);
t_stat             81 src/dps8/dps8_disk.h t_stat loadDisk (uint dsk_unit_idx, const char * disk_filename, bool ro);
t_stat             82 src/dps8/dps8_disk.h t_stat unloadDisk (uint dsk_unit_idx);
t_stat             83 src/dps8/dps8_disk.h t_stat signal_disk_ready (uint dsk_unit_idx);
t_stat            121 src/dps8/dps8_fnp2.c static t_stat fnpShowConfig (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            122 src/dps8/dps8_fnp2.c static t_stat fnpSetConfig (UNIT * uptr, int value, const char * cptr, void * desc);
t_stat            123 src/dps8/dps8_fnp2.c static t_stat fnpShowStatus (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            124 src/dps8/dps8_fnp2.c static t_stat fnpShowNUnits (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            125 src/dps8/dps8_fnp2.c static t_stat fnpSetNUnits (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            126 src/dps8/dps8_fnp2.c static t_stat fnpShowIPCname (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            127 src/dps8/dps8_fnp2.c static t_stat fnpSetIPCname (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            128 src/dps8/dps8_fnp2.c static t_stat fnpShowService (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            129 src/dps8/dps8_fnp2.c static t_stat fnpSetService (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            130 src/dps8/dps8_fnp2.c static t_stat fnpShowFW (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            131 src/dps8/dps8_fnp2.c static t_stat fnpSetFW (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            132 src/dps8/dps8_fnp2.c static t_stat fnp_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            134 src/dps8/dps8_fnp2.c static t_stat fnp_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            259 src/dps8/dps8_fnp2.c static t_stat fnpReset (DEVICE * dptr);
t_stat            377 src/dps8/dps8_fnp2.c static t_stat fnpReset (UNUSED DEVICE * dptr)
t_stat           1796 src/dps8/dps8_fnp2.c static t_stat fnpShowNUnits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           1803 src/dps8/dps8_fnp2.c static t_stat fnpSetNUnits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1816 src/dps8/dps8_fnp2.c static t_stat fnpShowIPCname (UNUSED FILE * st, UNIT * uptr,
t_stat           1826 src/dps8/dps8_fnp2.c static t_stat fnpSetIPCname (UNIT * uptr, UNUSED int32 value,
t_stat           1842 src/dps8/dps8_fnp2.c static t_stat fnpShowService (UNUSED FILE * st, UNIT * uptr,
t_stat           1879 src/dps8/dps8_fnp2.c static t_stat fnpSetService (UNIT * uptr, UNUSED int32 value,
t_stat           1924 src/dps8/dps8_fnp2.c static t_stat fnpShowConfig (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat           2012 src/dps8/dps8_fnp2.c static t_stat fnpSetFW (UNIT * uptr, UNUSED int32 value,
t_stat           2160 src/dps8/dps8_fnp2.c static t_stat fnpShowFW (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat           2186 src/dps8/dps8_fnp2.c static t_stat fnpShowStatus (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat           2276 src/dps8/dps8_fnp2.c static t_stat fnp_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           2289 src/dps8/dps8_fnp2.c static t_stat fnp_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat           2311 src/dps8/dps8_fnp2.c static t_stat fnpSetConfig (UNIT * uptr, UNUSED int value, const char * cptr, UNUSED void * desc)
t_stat           2359 src/dps8/dps8_fnp2.c 
t_stat           2458 src/dps8/dps8_fnp2.c t_stat set_fnp_server_port (UNUSED int32 arg, const char * buf)
t_stat           2478 src/dps8/dps8_fnp2.c t_stat set_fnp_server_address (UNUSED int32 arg, const char * buf)
t_stat           2509 src/dps8/dps8_fnp2.c t_stat set_fnp_3270_server_port (UNUSED int32 arg, const char * buf)
t_stat           2530 src/dps8/dps8_fnp2.c t_stat fnp_start (UNUSED int32 arg, UNUSED const char * buf)
t_stat            335 src/dps8/dps8_fnp2.h t_stat diaCommand (int fnpUnitNum, char *arg3);
t_stat            338 src/dps8/dps8_fnp2.h t_stat set_fnp_server_port (int32 arg, const char * buf);
t_stat            339 src/dps8/dps8_fnp2.h t_stat set_fnp_server_address (int32 arg, const char * buf);
t_stat            340 src/dps8/dps8_fnp2.h t_stat set_fnp_3270_server_port (int32 arg, const char * buf);
t_stat            341 src/dps8/dps8_fnp2.h t_stat fnp_start (UNUSED int32 arg, UNUSED const char * buf);
t_stat             62 src/dps8/dps8_ins.c static t_stat doInstruction (cpu_state_t * cpup);
t_stat           1096 src/dps8/dps8_ins.c t_stat display_the_matrix (UNUSED int32 arg, UNUSED const char * buf)
t_stat           1371 src/dps8/dps8_ins.c t_stat executeInstruction (cpu_state_t * cpup) {
t_stat           2047 src/dps8/dps8_ins.c   t_stat ret = doInstruction (cpup);
t_stat           2380 src/dps8/dps8_ins.c static t_stat doInstruction (cpu_state_t * cpup)
t_stat           7104 src/dps8/dps8_ins.c             t_stat rc = scu_rscr (cpup, (uint) scuUnitIdx, current_running_cpu_idx,
t_stat           8062 src/dps8/dps8_ins.c             t_stat rc = scu_rmcm ((uint) scuUnitIdx,
t_stat           8139 src/dps8/dps8_ins.c             t_stat rc = scu_rscr (cpup, (uint) scuUnitIdx, current_running_cpu_idx,
t_stat           8574 src/dps8/dps8_ins.c             t_stat rc = scu_smcm ((uint) scuUnitIdx,
t_stat           8611 src/dps8/dps8_ins.c             t_stat rc = scu_smic ((uint) scuUnitIdx, current_running_cpu_idx,
t_stat           8639 src/dps8/dps8_ins.c             t_stat rc = scu_sscr (cpup, (uint) scuUnitIdx, current_running_cpu_idx,
t_stat             24 src/dps8/dps8_ins.h t_stat display_the_matrix (int32 arg, const char * buf);
t_stat             26 src/dps8/dps8_ins.h t_stat prepareComputedAddress (void);   // new
t_stat             29 src/dps8/dps8_ins.h t_stat executeInstruction (cpu_state_t * cpup);
t_stat            905 src/dps8/dps8_iom.c static t_stat iom_action (UNIT *up)
t_stat            927 src/dps8/dps8_iom.c static t_stat iom_show_mbx (UNUSED FILE * st,
t_stat            934 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            940 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            954 src/dps8/dps8_iom.c static t_stat iom_show_config (UNUSED FILE * st, UNIT * uptr, UNUSED int val,
t_stat           1121 src/dps8/dps8_iom.c static t_stat iom_set_config (UNIT * uptr, UNUSED int value, const char * cptr, UNUSED void * desc)
t_stat           1265 src/dps8/dps8_iom.c static t_stat iom_reset_unit (UNIT * uptr, UNUSED int32 value, UNUSED const char * cptr,
t_stat           1346 src/dps8/dps8_iom.c t_stat iom_unit_reset_idx (UNUSED uint iom_unit_idx)
t_stat           1351 src/dps8/dps8_iom.c static t_stat iom_reset (UNUSED DEVICE * dptr)
t_stat           1362 src/dps8/dps8_iom.c static t_stat boot_svc (UNIT * unitp);
t_stat           1545 src/dps8/dps8_iom.c static t_stat boot_svc (UNIT * unitp)
t_stat           1592 src/dps8/dps8_iom.c static t_stat iom_boot (int unitNum, UNUSED DEVICE * dptr)
t_stat            421 src/dps8/dps8_iom.h t_stat iom_unit_reset_idx (uint iom_unit_idx);
t_stat            150 src/dps8/dps8_mgp.c static t_stat
t_stat            159 src/dps8/dps8_mgp.c static t_stat
t_stat            179 src/dps8/dps8_mgp.c static t_stat
t_stat            202 src/dps8/dps8_mgp.c static t_stat
t_stat            256 src/dps8/dps8_mgp.c static t_stat
t_stat            265 src/dps8/dps8_mgp.c static t_stat
t_stat            285 src/dps8/dps8_mgp.c static t_stat
t_stat            155 src/dps8/dps8_mt.c static t_stat mtp_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            163 src/dps8/dps8_mt.c static t_stat mtp_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            175 src/dps8/dps8_mt.c static t_stat mtp_show_boot_drive (UNUSED FILE * st, UNIT * uptr,
t_stat            189 src/dps8/dps8_mt.c static t_stat mtp_set_boot_drive (UNIT * uptr, UNUSED int32 value,
t_stat            232 src/dps8/dps8_mt.c static t_stat mtp_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            242 src/dps8/dps8_mt.c static t_stat mtp_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            295 src/dps8/dps8_mt.c static t_stat mtp_reset (UNUSED DEVICE * dptr)
t_stat            400 src/dps8/dps8_mt.c static t_stat mt_rewind (UNIT * uptr, UNUSED int32 value,
t_stat            406 src/dps8/dps8_mt.c static t_stat mt_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            413 src/dps8/dps8_mt.c static t_stat mt_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            425 src/dps8/dps8_mt.c static t_stat mt_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            438 src/dps8/dps8_mt.c static t_stat mt_set_device_name (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            454 src/dps8/dps8_mt.c static t_stat mt_show_tape_path (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            474 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            727 src/dps8/dps8_mt.c static t_stat tape_set_ready (UNIT * uptr, UNUSED int32 value,
t_stat            841 src/dps8/dps8_mt.c static t_stat mt_reset (DEVICE * dptr)
t_stat            929 src/dps8/dps8_mt.c t_stat loadTape (uint driveNumber, char * tapeFilename, bool ro)
t_stat            941 src/dps8/dps8_mt.c     t_stat stat = sim_tape_attach (& mt_unit [driveNumber], full_tape_file_name);
t_stat            950 src/dps8/dps8_mt.c t_stat unloadTape (uint driveNumber)
t_stat            954 src/dps8/dps8_mt.c         t_stat stat = sim_tape_detach (& mt_unit [driveNumber]);
t_stat           1004 src/dps8/dps8_mt.c     t_stat rc = sim_tape_rdrecf (unitp, & tape_statep -> buf [0], & tape_statep -> tbc,
t_stat           1853 src/dps8/dps8_mt.c 
t_stat           1856 src/dps8/dps8_mt.c         t_stat ret = MTSE_OK;
t_stat           1909 src/dps8/dps8_mt.c         t_stat ret = sim_tape_spfilebyrecf (unitp, tally, & skipped, & recsskipped, false);
t_stat           1971 src/dps8/dps8_mt.c 
t_stat           1979 src/dps8/dps8_mt.c           t_stat ret = sim_tape_sprecr (unitp, & tape_statep->tbc);
t_stat           2037 src/dps8/dps8_mt.c 
t_stat           2047 src/dps8/dps8_mt.c         t_stat ret = sim_tape_spfilebyrecr (unitp, tally, & skipped, & recsskipped);
t_stat           2428 src/dps8/dps8_mt.c t_stat attachTape (char * label, bool withring, char * drive)
t_stat           2449 src/dps8/dps8_mt.c t_stat mount_tape (UNUSED int32 arg, const char * buf)
t_stat           2474 src/dps8/dps8_mt.c t_stat detachTape (char * drive)
t_stat             53 src/dps8/dps8_mt.h t_stat loadTape (uint driveNumber, char * tapeFilename, bool ro);
t_stat             54 src/dps8/dps8_mt.h t_stat attachTape (char * label, bool withring, char * drive);
t_stat             56 src/dps8/dps8_mt.h t_stat detachTape (char * drive);
t_stat             59 src/dps8/dps8_mt.h t_stat unloadTape (uint driveNumber);
t_stat             60 src/dps8/dps8_mt.h t_stat mount_tape (int32 arg, const char * buf);
t_stat             61 src/dps8/dps8_mt.h t_stat signal_tape (uint tap_unit_idx, word8 status0, word8 status1);
t_stat             82 src/dps8/dps8_prt.c static t_stat prt_reset (DEVICE * dptr);
t_stat             83 src/dps8/dps8_prt.c static t_stat prt_show_nunits (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             84 src/dps8/dps8_prt.c static t_stat prt_set_nunits (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             85 src/dps8/dps8_prt.c static t_stat prt_show_device_name (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat             86 src/dps8/dps8_prt.c static t_stat prt_set_device_name (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat             87 src/dps8/dps8_prt.c static t_stat prt_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat             89 src/dps8/dps8_prt.c static t_stat prt_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             91 src/dps8/dps8_prt.c static t_stat prt_show_path (UNUSED FILE * st, UNIT * uptr,
t_stat             93 src/dps8/dps8_prt.c static t_stat prt_set_path (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat             95 src/dps8/dps8_prt.c static t_stat prt_set_ready (UNIT * uptr, UNUSED int32 value,
t_stat             99 src/dps8/dps8_prt.c static t_stat prt_show_device_model (FILE *st, UNIT *uptr, int val, const void *desc);
t_stat            100 src/dps8/dps8_prt.c static t_stat prt_set_device_model (UNIT * uptr, int32 value, const char * cptr, void * desc);
t_stat            361 src/dps8/dps8_prt.c static t_stat prt_reset (UNUSED DEVICE * dptr)
t_stat           1769 src/dps8/dps8_prt.c static t_stat prt_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val,
t_stat           1776 src/dps8/dps8_prt.c static t_stat prt_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr,
t_stat           1788 src/dps8/dps8_prt.c static t_stat prt_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat           1798 src/dps8/dps8_prt.c static t_stat prt_set_device_model (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1821 src/dps8/dps8_prt.c static t_stat prt_show_device_model (UNUSED FILE * st, UNIT * uptr,
t_stat           1831 src/dps8/dps8_prt.c static t_stat prt_set_device_name (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1849 src/dps8/dps8_prt.c static t_stat prt_show_path (UNUSED FILE * st, UNUSED UNUSED UNIT * uptr,
t_stat           1879 src/dps8/dps8_prt.c static t_stat prt_set_path (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat           1903 src/dps8/dps8_prt.c t_stat burst_printer (UNUSED int32 arg, const char * buf)
t_stat           1923 src/dps8/dps8_prt.c static t_stat signal_prt_ready (uint prt_unit_idx) {
t_stat           1967 src/dps8/dps8_prt.c static t_stat prt_set_ready (UNIT * uptr, UNUSED int32 value,
t_stat           2000 src/dps8/dps8_prt.c static t_stat prt_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat           2038 src/dps8/dps8_prt.c static t_stat prt_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             24 src/dps8/dps8_prt.h t_stat burst_printer (UNUSED int32 arg, const char * buf);
t_stat            605 src/dps8/dps8_scu.c static t_stat scu_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat            612 src/dps8/dps8_scu.c static t_stat scu_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            624 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            847 src/dps8/dps8_scu.c static t_stat scu_set_config (UNIT * uptr, UNUSED int32 value,
t_stat           1159 src/dps8/dps8_scu.c t_stat scu_reset (UNUSED DEVICE * dptr)
t_stat           1502 src/dps8/dps8_scu.c t_stat scu_smic (uint scu_unit_idx, uint UNUSED cpu_unit_udx,
t_stat           1599 src/dps8/dps8_scu.c t_stat scu_sscr (cpu_state_t * cpup, uint scu_unit_idx, UNUSED uint cpu_unit_udx,
t_stat           1872 src/dps8/dps8_scu.c t_stat scu_rscr (cpu_state_t * cpup, uint scu_unit_idx, uint cpu_unit_udx, word18 addr,
t_stat           2452 src/dps8/dps8_scu.c t_stat scu_reset_unit (UNIT * uptr, UNUSED int32 value,
t_stat           2491 src/dps8/dps8_scu.c t_stat scu_rmcm (uint scu_unit_idx, uint cpu_unit_udx, word36 * rega,
t_stat           2590 src/dps8/dps8_scu.c t_stat scu_smcm (uint scu_unit_idx, uint cpu_unit_udx, word36 rega, word36 regq)
t_stat             94 src/dps8/dps8_scu.h t_stat scu_sscr (cpu_state_t * cpup, uint scu_unit_idx, UNUSED uint cpu_unit_idx, uint cpu_port_num, word18 addr,
t_stat             96 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             97 src/dps8/dps8_scu.h t_stat scu_rscr (cpu_state_t * cpup, uint scu_unit_idx, uint cpu_unit_idx, word18 addr, word36 * rega, word36 * regq);
t_stat             99 src/dps8/dps8_scu.h t_stat scu_rmcm (uint scu_unit_idx, uint cpu_unit_idx, word36 * rega, word36 * regq);
t_stat            100 src/dps8/dps8_scu.h t_stat scu_smcm (uint scu_unit_idx, uint cpu_unit_idx, word36 rega, word36 regq);
t_stat            103 src/dps8/dps8_scu.h t_stat scu_reset (DEVICE *dptr);
t_stat            104 src/dps8/dps8_scu.h t_stat scu_reset_unit (UNIT * uptr, int32 value, const char * cptr,
t_stat             87 src/dps8/dps8_socket_dev.c static t_stat sk_show_nunits (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat             94 src/dps8/dps8_socket_dev.c static t_stat sk_set_nunits (UNUSED UNIT * uptr, UNUSED int32 value,
t_stat            106 src/dps8/dps8_socket_dev.c static t_stat skc_show_device_name (UNUSED FILE * st, UNIT * uptr,
t_stat            117 src/dps8/dps8_socket_dev.c static t_stat skc_set_device_name (UNIT * uptr, UNUSED int32 value,
t_stat            242 src/dps8/dps8_socket_dev.c static t_stat sk_reset (UNUSED DEVICE * dptr)
t_stat           1756 src/dps8/dps8_sys.c         t_stat stat = cmdp->action (cmdp->arg, cptr); /* if found, exec */
t_stat           1767 src/dps8/dps8_sys.c static t_stat set_default_base_system (UNUSED int32 arg, UNUSED const char * buf)
t_stat           1785 src/dps8/dps8_sys.c static t_stat boot_skip (int32 UNUSED arg, UNUSED const char * buf)
t_stat           1788 src/dps8/dps8_sys.c     t_stat rc = sim_tape_sprecsf (& mt_unit[0], 1, & skipped);
t_stat           1798 src/dps8/dps8_sys.c static t_stat do_execute_fault (UNUSED int32 arg,  UNUSED const char * buf)
t_stat           1810 src/dps8/dps8_sys.c static t_stat do_restart (UNUSED int32 arg,  UNUSED const char * buf)
t_stat           1842 src/dps8/dps8_sys.c     t_stat rc = run_cmd (RU_CONT, "");
t_stat           1846 src/dps8/dps8_sys.c static t_stat set_sys_polling_interval (UNUSED int32 arg, const char * buf)
t_stat           1861 src/dps8/dps8_sys.c static t_stat set_sys_slow_polling_interval (UNUSED int32 arg, const char * buf)
t_stat           1876 src/dps8/dps8_sys.c static t_stat set_sys_poll_check_rate (UNUSED int32 arg, const char * buf)
t_stat           1932 src/dps8/dps8_sys.c static t_stat dps_debug_mme_cntdwn (UNUSED int32 arg, const char * buf)
t_stat           1939 src/dps8/dps8_sys.c static t_stat dps_debug_skip (UNUSED int32 arg, const char * buf)
t_stat           1947 src/dps8/dps8_sys.c static t_stat dps_debug_start (UNUSED int32 arg, const char * buf)
t_stat           1954 src/dps8/dps8_sys.c static t_stat dps_debug_stop (UNUSED int32 arg, const char * buf)
t_stat           1961 src/dps8/dps8_sys.c static t_stat dps_debug_break (UNUSED int32 arg, const char * buf)
t_stat           1970 src/dps8/dps8_sys.c static t_stat dps_debug_segno (int32 arg, const char * buf)
t_stat           1994 src/dps8/dps8_sys.c static t_stat dps_debug_ringno (UNUSED int32 arg, const char * buf)
t_stat           2001 src/dps8/dps8_sys.c static t_stat dps_debug_bar (int32 arg, UNUSED const char * buf)
t_stat           2012 src/dps8/dps8_sys.c 
t_stat           2223 src/dps8/dps8_sys.c static t_stat abs_addr_n (int segno, uint offset)
t_stat           2238 src/dps8/dps8_sys.c static t_stat abs_addr (UNUSED int32 arg, const char * buf)
t_stat           2720 src/dps8/dps8_sys.c static t_stat stack_trace (UNUSED int32 arg,  UNUSED const char * buf)
t_stat           2887 src/dps8/dps8_sys.c static t_stat list_source_at (UNUSED int32 arg, UNUSED const char *  buf)
t_stat           2906 src/dps8/dps8_sys.c static t_stat load_system_book (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3050 src/dps8/dps8_sys.c static t_stat add_system_book_entry (UNUSED int32 arg, const char * buf)
t_stat           3086 src/dps8/dps8_sys.c static t_stat lookup_system_book (UNUSED int32  arg, const char * buf)
t_stat           3194 src/dps8/dps8_sys.c static t_stat virtAddrN (uint address)
t_stat           3307 src/dps8/dps8_sys.c static t_stat virt_address (UNUSED int32 arg, const char * buf)
t_stat           3317 src/dps8/dps8_sys.c static t_stat set_search_path (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3348 src/dps8/dps8_sys.c t_stat brkbrk (UNUSED int32 arg, UNUSED const char *  buf)
t_stat           3356 src/dps8/dps8_sys.c static t_stat sbreak (int32 arg, const char * buf)
t_stat           3369 src/dps8/dps8_sys.c     t_stat rc = brk_cmd (arg, reformatted);
t_stat           3374 src/dps8/dps8_sys.c static t_stat dfx1entry (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3413 src/dps8/dps8_sys.c static t_stat dfx1exit (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3421 src/dps8/dps8_sys.c static t_stat dv2scale (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3428 src/dps8/dps8_sys.c static t_stat dfx2entry (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3484 src/dps8/dps8_sys.c static t_stat mdfx3entry (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3528 src/dps8/dps8_sys.c static t_stat smfx1entry (UNUSED int32 arg, UNUSED const char * buf)
t_stat           3573 src/dps8/dps8_sys.c static t_stat search_memory (UNUSED int32 arg, const char * buf)
t_stat           3586 src/dps8/dps8_sys.c static t_stat set_dbg_cpu_mask (int32 UNUSED arg, const char * UNUSED buf)
t_stat           3607 src/dps8/dps8_sys.c static t_stat scraper (UNUSED int32 arg, const char * buf)
t_stat           3630 src/dps8/dps8_sys.c static t_stat clear_yield (int32 flag, UNUSED const char * cptr)
t_stat           3635 src/dps8/dps8_sys.c static t_stat yield (int32 flag, UNUSED const char * cptr)
t_stat           3642 src/dps8/dps8_sys.c static t_stat set_luf (int32 flag, UNUSED const char * cptr)
t_stat           3689 src/dps8/dps8_sys.c static t_stat set_dbgevent (int32 arg, const char * buf)
t_stat           3767 src/dps8/dps8_sys.c t_stat rewind_media (int32 arg, const char * buf) {
t_stat           3793 src/dps8/dps8_sys.c t_stat load_media (int32 arg, const char * buf)
t_stat           3846 src/dps8/dps8_sys.c t_stat ready_media (int32 arg, const char * buf) {
t_stat           3877 src/dps8/dps8_sys.c static t_stat trkw (UNUSED int32 arg, const char * buf)
t_stat           3883 src/dps8/dps8_sys.c static t_stat trkr (UNUSED int32 arg, const char * buf)
t_stat           4729 src/dps8/dps8_sys.c t_stat fprint_sym (UNUSED FILE * ofile, UNUSED t_addr addr,
t_stat           4766 src/dps8/dps8_sys.c             return (t_stat) -p->info->ndes;
t_stat           4782 src/dps8/dps8_sys.c t_stat parse_sym (UNUSED const char * cptr, UNUSED t_addr addr,
t_stat           4792 src/dps8/dps8_sys.c static t_stat sys_show_config (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           4808 src/dps8/dps8_sys.c static t_stat sys_set_break (UNUSED UNIT *  uptr, int32 value,
t_stat           4815 src/dps8/dps8_sys.c static t_stat sys_show_break (UNUSED FILE * st, UNUSED UNIT * uptr,
t_stat           4838 src/dps8/dps8_sys.c static t_stat sys_set_config (UNUSED UNIT *  uptr, UNUSED int32 value,
t_stat           4909 src/dps8/dps8_sys.c static t_stat sys_reset (UNUSED DEVICE  * dptr)
t_stat             87 src/dps8/dps8_sys.h t_stat brkbrk (int32 arg, const char * buf);
t_stat             91 src/dps8/dps8_urp.c static t_stat urpShowUnits (UNUSED FILE * st, UNUSED UNIT * uptr, UNUSED int val, UNUSED const void * desc)
t_stat             97 src/dps8/dps8_urp.c static t_stat urpSetUnits (UNUSED UNIT * uptr, UNUSED int32 value, const char * cptr, UNUSED void * desc)
t_stat            108 src/dps8/dps8_urp.c static t_stat urpShowDeviceName (UNUSED FILE * st, UNIT * uptr, UNUSED int val, UNUSED const void * desc)
t_stat            117 src/dps8/dps8_urp.c static t_stat urpSetDeviceName (UNUSED UNIT * uptr, UNUSED int32 value, UNUSED const char * cptr, UNUSED void * desc)
t_stat            164 src/dps8/dps8_urp.c static t_stat urpReset (UNUSED DEVICE * dptr)
t_stat            676 src/dps8/hdbg.c t_stat hdbg_cpu_mask (UNUSED int32 arg, const char * buf)
t_stat            684 src/dps8/hdbg.c t_stat hdbg_size (UNUSED int32 arg, const char * buf) {
t_stat            692 src/dps8/hdbg.c t_stat hdbgSegmentNumber (UNUSED int32 arg, const char * buf) {
t_stat            699 src/dps8/hdbg.c t_stat hdbgBlacklist (UNUSED int32 arg, const char * buf) {
t_stat            717 src/dps8/hdbg.c t_stat hdbg_print (UNUSED int32 arg, const char * buf) {
t_stat             22 src/dps8/hdbg.h t_stat hdbg_size (int32 arg, UNUSED const char * buf);
t_stat             23 src/dps8/hdbg.h t_stat hdbg_print (int32 arg, UNUSED const char * buf);
t_stat             24 src/dps8/hdbg.h t_stat hdbg_cpu_mask (UNUSED int32 arg, const char * buf);
t_stat             25 src/dps8/hdbg.h t_stat hdbgSegmentNumber (UNUSED int32 arg, const char * buf);
t_stat             26 src/dps8/hdbg.h t_stat hdbgBlacklist (UNUSED int32 arg, const char * buf);
t_stat            187 src/dps8/segldr.c static t_stat stack (char * p2, char * p3)
t_stat            242 src/dps8/segldr.c static t_stat bload (char * p2, char * p3)
t_stat            340 src/dps8/segldr.c static t_stat msave (char * p2, word24 sz)
t_stat            369 src/dps8/segldr.c static t_stat mrestore (char * p2)
t_stat            406 src/dps8/segldr.c t_stat segment_loader (int32 arg, const char * buf)
t_stat             17 src/dps8/segldr.h t_stat segment_loader (int32 arg, const char * buf);
t_stat            267 src/simh/scp.c t_stat tmxr_locate_line_send (const char *dev_line, SEND **snd);
t_stat            268 src/simh/scp.c t_stat tmxr_locate_line_expect (const char *dev_line, EXPECT **exp);
t_stat            279 src/simh/scp.c t_bool (*sim_vm_fprint_stopped) (FILE *st, t_stat reason) = NULL;
t_stat            285 src/simh/scp.c t_stat set_dev_radix (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            286 src/simh/scp.c t_stat set_dev_enbdis (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            287 src/simh/scp.c t_stat set_dev_debug (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            288 src/simh/scp.c t_stat set_unit_enbdis (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            289 src/simh/scp.c t_stat ssh_break (FILE *st, const char *cptr, int32 flg);
t_stat            290 src/simh/scp.c t_stat show_cmd_fi (FILE *ofile, int32 flag, CONST char *cptr);
t_stat            291 src/simh/scp.c t_stat show_config (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            292 src/simh/scp.c t_stat show_queue (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            293 src/simh/scp.c t_stat show_time (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            294 src/simh/scp.c t_stat show_mod_names (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            295 src/simh/scp.c t_stat show_show_commands (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            296 src/simh/scp.c t_stat show_log_names (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            297 src/simh/scp.c t_stat show_dev_radix (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            298 src/simh/scp.c t_stat show_dev_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            299 src/simh/scp.c t_stat show_dev_logicals (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            300 src/simh/scp.c t_stat show_dev_modifiers (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            301 src/simh/scp.c t_stat show_dev_show_commands (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            302 src/simh/scp.c t_stat show_version (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            303 src/simh/scp.c t_stat show_buildinfo (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cprr);
t_stat            304 src/simh/scp.c t_stat show_prom (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            305 src/simh/scp.c t_stat show_default_base_system_script (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            306 src/simh/scp.c t_stat show_default (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            307 src/simh/scp.c t_stat show_break (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            308 src/simh/scp.c t_stat show_on (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            309 src/simh/scp.c t_stat sim_show_send (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            310 src/simh/scp.c t_stat sim_show_expect (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            311 src/simh/scp.c t_stat show_device (FILE *st, DEVICE *dptr, int32 flag);
t_stat            312 src/simh/scp.c t_stat show_unit (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag);
t_stat            313 src/simh/scp.c t_stat show_all_mods (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flg, int32 *toks);
t_stat            314 src/simh/scp.c t_stat show_one_mod (FILE *st, DEVICE *dptr, UNIT *uptr, MTAB *mptr, CONST char *cptr, int32 flag);
t_stat            315 src/simh/scp.c t_stat sim_save (FILE *sfile);
t_stat            316 src/simh/scp.c t_stat sim_rest (FILE *rfile);
t_stat            320 src/simh/scp.c t_stat sim_brk_init (void);
t_stat            321 src/simh/scp.c t_stat sim_brk_set (t_addr loc, int32 sw, int32 ncnt, CONST char *act);
t_stat            322 src/simh/scp.c t_stat sim_brk_clr (t_addr loc, int32 sw);
t_stat            323 src/simh/scp.c t_stat sim_brk_clrall (int32 sw);
t_stat            324 src/simh/scp.c t_stat sim_brk_show (FILE *st, t_addr loc, int32 sw);
t_stat            325 src/simh/scp.c t_stat sim_brk_showall (FILE *st, int32 sw);
t_stat            340 src/simh/scp.c t_stat get_aval (t_addr addr, DEVICE *dptr, UNIT *uptr);
t_stat            344 src/simh/scp.c void fprint_stopped (FILE *st, t_stat r);
t_stat            354 src/simh/scp.c t_stat scp_attach_unit (DEVICE *dptr, UNIT *uptr, const char *cptr);
t_stat            355 src/simh/scp.c t_stat scp_detach_unit (DEVICE *dptr, UNIT *uptr);
t_stat            357 src/simh/scp.c t_stat attach_err (UNIT *uptr, t_stat stat);
t_stat            358 src/simh/scp.c t_stat detach_all (int32 start_device, t_bool shutdown);
t_stat            359 src/simh/scp.c t_stat assign_device (DEVICE *dptr, const char *cptr);
t_stat            360 src/simh/scp.c t_stat deassign_device (DEVICE *dptr);
t_stat            361 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr);
t_stat            362 src/simh/scp.c t_stat exdep_reg_loop (FILE *ofile, SCHTAB *schptr, int32 flag, CONST char *cptr,
t_stat            364 src/simh/scp.c t_stat ex_reg (FILE *ofile, t_value val, int32 flag, REG *rptr, uint32 idx);
t_stat            365 src/simh/scp.c t_stat dep_reg (int32 flag, CONST char *cptr, REG *rptr, uint32 idx);
t_stat            366 src/simh/scp.c t_stat exdep_addr_loop (FILE *ofile, SCHTAB *schptr, int32 flag, const char *cptr,
t_stat            368 src/simh/scp.c t_stat ex_addr (FILE *ofile, int32 flag, t_addr addr, DEVICE *dptr, UNIT *uptr);
t_stat            369 src/simh/scp.c t_stat dep_addr (int32 flag, const char *cptr, t_addr addr, DEVICE *dptr,
t_stat            372 src/simh/scp.c t_stat step_svc (UNIT *ptr);
t_stat            373 src/simh/scp.c t_stat expect_svc (UNIT *ptr);
t_stat            374 src/simh/scp.c t_stat set_on (int32 flag, CONST char *cptr);
t_stat            375 src/simh/scp.c t_stat set_verify (int32 flag, CONST char *cptr);
t_stat            376 src/simh/scp.c t_stat set_message (int32 flag, CONST char *cptr);
t_stat            377 src/simh/scp.c t_stat set_quiet (int32 flag, CONST char *cptr);
t_stat            378 src/simh/scp.c t_stat set_localopc (int32 flag, CONST char *cptr);
t_stat            379 src/simh/scp.c t_stat set_asynch (int32 flag, CONST char *cptr);
t_stat            380 src/simh/scp.c t_stat sim_show_asynch (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
t_stat            381 src/simh/scp.c t_stat do_cmd_label (int32 flag, CONST char *cptr, CONST char *label);
t_stat            383 src/simh/scp.c t_stat set_prompt (int32 flag, CONST char *cptr);
t_stat            384 src/simh/scp.c t_stat sim_set_asynch (int32 flag, CONST char *cptr);
t_stat            385 src/simh/scp.c t_stat sim_set_environment (int32 flag, CONST char *cptr);
t_stat            456 src/simh/scp.c t_stat sim_last_cmd_stat;                        /* Command Status */
t_stat           1439 src/simh/scp.c t_stat process_stdin_commands (t_stat stat, char *argv[]);
t_stat           1671 src/simh/scp.c t_stat stat;
t_stat           2057 src/simh/scp.c t_stat process_stdin_commands (t_stat stat, char *argv[])
t_stat           2061 src/simh/scp.c t_stat stat_nomessage;
t_stat           2109 src/simh/scp.c t_stat set_prompt (int32 flag, CONST char *cptr)
t_stat           2156 src/simh/scp.c t_stat exit_cmd (int32 flag, CONST char *cptr)
t_stat           2566 src/simh/scp.c t_stat help_dev_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr)
t_stat           2626 src/simh/scp.c t_stat help_cmd_output (int32 flag, const char *help, const char *help_base)
t_stat           2643 src/simh/scp.c t_stat help_cmd (int32 flag, CONST char *cptr)
t_stat           2658 src/simh/scp.c                 t_stat r;
t_stat           2748 src/simh/scp.c         t_stat r;
t_stat           2773 src/simh/scp.c t_stat spawn_cmd (int32 flag, CONST char *cptr)
t_stat           2775 src/simh/scp.c t_stat status;
t_stat           2792 src/simh/scp.c t_stat echo_cmd (int32 flag, CONST char *cptr)
t_stat           2818 src/simh/scp.c t_stat do_cmd (int32 flag, CONST char *fcptr)
t_stat           2834 src/simh/scp.c t_stat do_cmd_label (int32 flag, CONST char *fcptr, CONST char *label)
t_stat           2846 src/simh/scp.c t_stat stat, stat_nomessage;
t_stat           3488 src/simh/scp.c t_stat assert_cmd (int32 flag, CONST char *cptr)
t_stat           3495 src/simh/scp.c t_stat r;
t_stat           3499 src/simh/scp.c t_stat reason;
t_stat           3655 src/simh/scp.c t_stat send_cmd (int32 flag, CONST char *cptr)
t_stat           3663 src/simh/scp.c t_stat r;
t_stat           3714 src/simh/scp.c t_stat sim_show_send (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           3718 src/simh/scp.c t_stat r;
t_stat           3735 src/simh/scp.c t_stat expect_cmd (int32 flag, CONST char *cptr)
t_stat           3754 src/simh/scp.c t_stat sim_show_expect (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           3759 src/simh/scp.c t_stat r;
t_stat           3782 src/simh/scp.c t_stat goto_cmd (int32 flag, CONST char *fcptr)
t_stat           3827 src/simh/scp.c t_stat return_cmd (int32 flag, CONST char *fcptr)
t_stat           3840 src/simh/scp.c t_stat shift_cmd (int32 flag, CONST char *fcptr)
t_stat           3852 src/simh/scp.c t_stat call_cmd (int32 flag, CONST char *fcptr)
t_stat           3867 src/simh/scp.c t_stat on_cmd (int32 flag, CONST char *cptr)
t_stat           3870 src/simh/scp.c t_stat cond;
t_stat           3904 src/simh/scp.c t_stat noop_cmd (int32 flag, CONST char *cptr)
t_stat           3913 src/simh/scp.c t_stat set_on (int32 flag, CONST char *cptr)
t_stat           3949 src/simh/scp.c t_stat set_verify (int32 flag, CONST char *cptr)
t_stat           3961 src/simh/scp.c t_stat set_message (int32 flag, CONST char *cptr)
t_stat           3973 src/simh/scp.c t_stat set_localopc (int32 flag, CONST char *cptr)
t_stat           3984 src/simh/scp.c t_stat set_quiet (int32 flag, CONST char *cptr)
t_stat           3996 src/simh/scp.c t_stat sim_set_environment (int32 flag, CONST char *cptr)
t_stat           4009 src/simh/scp.c t_stat set_cmd (int32 flag, CONST char *cptr)
t_stat           4012 src/simh/scp.c t_stat r;
t_stat           4159 src/simh/scp.c t_stat set_dev_radix (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4169 src/simh/scp.c t_stat set_dev_enbdis (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4200 src/simh/scp.c t_stat set_unit_enbdis (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4219 src/simh/scp.c t_stat set_dev_debug (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4254 src/simh/scp.c t_stat show_cmd (int32 flag, CONST char *cptr)
t_stat           4256 src/simh/scp.c t_stat r = SCPE_IERR;
t_stat           4276 src/simh/scp.c t_stat show_cmd_fi (FILE *ofile, int32 flag, CONST char *cptr)
t_stat           4360 src/simh/scp.c             t_stat r;
t_stat           4390 src/simh/scp.c t_stat show_device (FILE *st, DEVICE *dptr, int32 flag)
t_stat           4456 src/simh/scp.c t_stat show_unit (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag)
t_stat           4532 src/simh/scp.c t_stat show_default_base_system_script (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4599 src/simh/scp.c t_stat show_prom (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4635 src/simh/scp.c t_stat show_buildinfo (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           4815 src/simh/scp.c t_stat show_version (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5504 src/simh/scp.c t_stat show_config (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5519 src/simh/scp.c t_stat show_log_names (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5531 src/simh/scp.c t_stat show_dev_logicals (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5540 src/simh/scp.c t_stat show_queue (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5582 src/simh/scp.c t_stat show_time (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5590 src/simh/scp.c t_stat show_break (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5592 src/simh/scp.c t_stat r;
t_stat           5601 src/simh/scp.c t_stat show_dev_radix (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5607 src/simh/scp.c t_stat show_dev_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5639 src/simh/scp.c t_stat show_on (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5667 src/simh/scp.c t_stat show_mod_names (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5681 src/simh/scp.c t_stat show_dev_modifiers (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5687 src/simh/scp.c t_stat show_all_mods (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, int32 *toks)
t_stat           5690 src/simh/scp.c t_stat r = SCPE_OK;
t_stat           5711 src/simh/scp.c t_stat show_one_mod (FILE *st, DEVICE *dptr, UNIT *uptr, MTAB *mptr,
t_stat           5714 src/simh/scp.c t_stat r = SCPE_OK;
t_stat           5727 src/simh/scp.c t_stat show_show_commands (FILE *st, DEVICE *dnotused, UNIT *unotused, int32 flag, CONST char *cptr)
t_stat           5741 src/simh/scp.c t_stat show_dev_show_commands (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           5749 src/simh/scp.c t_stat brk_cmd (int32 flg, CONST char *cptr)
t_stat           5755 src/simh/scp.c t_stat ssh_break (FILE *st, const char *cptr, int32 flg)
t_stat           5761 src/simh/scp.c t_stat r;
t_stat           5819 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr)
t_stat           5848 src/simh/scp.c t_stat reset_cmd (int32 flag, CONST char *cptr)
t_stat           5878 src/simh/scp.c t_stat reset_all (uint32 start)
t_stat           5882 src/simh/scp.c t_stat reason;
t_stat           5913 src/simh/scp.c t_stat reset_all_p (uint32 start)
t_stat           5915 src/simh/scp.c t_stat r;
t_stat           5926 src/simh/scp.c t_stat attach_cmd (int32 flag, CONST char *cptr)
t_stat           5931 src/simh/scp.c t_stat r;
t_stat           5964 src/simh/scp.c t_stat scp_attach_unit (DEVICE *dptr, UNIT *uptr, const char *cptr)
t_stat           5973 src/simh/scp.c t_stat attach_unit (UNIT *uptr, CONST char *cptr)
t_stat           6065 src/simh/scp.c t_stat attach_err (UNIT *uptr, t_stat stat)
t_stat           6074 src/simh/scp.c t_stat detach_cmd (int32 flag, CONST char *cptr)
t_stat           6109 src/simh/scp.c t_stat detach_all (int32 start, t_bool shutdown)
t_stat           6114 src/simh/scp.c t_stat r;
t_stat           6138 src/simh/scp.c t_stat scp_detach_unit (DEVICE *dptr, UNIT *uptr)
t_stat           6147 src/simh/scp.c t_stat detach_unit (UNIT *uptr)
t_stat           6213 src/simh/scp.c t_stat run_cmd (int32 flag, CONST char *cptr)
t_stat           6221 src/simh/scp.c t_stat r;
t_stat           6483 src/simh/scp.c run_cmd_message (const char *unechoed_cmdline, t_stat r)
t_stat           6504 src/simh/scp.c t_stat sim_run_boot_prep (int32 flag)
t_stat           6507 src/simh/scp.c t_stat r;
t_stat           6534 src/simh/scp.c void fprint_stopped_gen (FILE *st, t_stat v, REG *pc, DEVICE *dptr)
t_stat           6537 src/simh/scp.c t_stat r = 0;
t_stat           6578 src/simh/scp.c void fprint_stopped (FILE *st, t_stat v)
t_stat           6591 src/simh/scp.c t_stat step_svc (UNIT *uptr)
t_stat           6599 src/simh/scp.c t_stat expect_svc (UNIT *uptr)
t_stat           6614 src/simh/scp.c t_stat exdep_cmd (int32 flag, CONST char *cptr)
t_stat           6621 src/simh/scp.c t_stat reason = SCPE_IERR;
t_stat           6707 src/simh/scp.c t_stat exdep_reg_loop (FILE *ofile, SCHTAB *schptr, int32 flag, CONST char *cptr,
t_stat           6710 src/simh/scp.c t_stat reason;
t_stat           6793 src/simh/scp.c t_stat exdep_addr_loop (FILE *ofile, SCHTAB *schptr, int32 flag, const char *cptr,
t_stat           6797 src/simh/scp.c t_stat reason;
t_stat           6842 src/simh/scp.c t_stat ex_reg (FILE *ofile, t_value val, int32 flag, REG *rptr, uint32 idx)
t_stat           6929 src/simh/scp.c t_stat dep_reg (int32 flag, CONST char *cptr, REG *rptr, uint32 idx)
t_stat           6931 src/simh/scp.c t_stat r;
t_stat           7045 src/simh/scp.c t_stat ex_addr (FILE *ofile, int32 flag, t_addr addr, DEVICE *dptr, UNIT *uptr)
t_stat           7047 src/simh/scp.c t_stat reason;
t_stat           7080 src/simh/scp.c t_stat get_aval (t_addr addr, DEVICE *dptr, UNIT *uptr)
t_stat           7086 src/simh/scp.c t_stat reason = SCPE_OK;
t_stat           7149 src/simh/scp.c t_stat dep_addr (int32 flag, const char *cptr, t_addr addr, DEVICE *dptr,
t_stat           7154 src/simh/scp.c t_stat r, reason;
t_stat           7219 src/simh/scp.c t_stat eval_cmd (int32 flg, CONST char *cptr)
t_stat           7225 src/simh/scp.c t_stat r;
t_stat           7481 src/simh/scp.c t_value get_uint (const char *cptr, uint32 radix, t_value max, t_stat *status)
t_stat           7589 src/simh/scp.c t_stat sim_decode_quoted_string (const char *iptr, uint8 *optr, uint32 *osize)
t_stat           7808 src/simh/scp.c t_stat r;
t_stat           7857 src/simh/scp.c t_stat sim_register_internal_device (DEVICE *dptr)
t_stat           8049 src/simh/scp.c CONST char *get_sim_opt (int32 opt, CONST char *cptr, t_stat *st)
t_stat           8279 src/simh/scp.c t_stat reason = SCPE_OK;
t_stat           8505 src/simh/scp.c t_stat sprint_val (char *buffer, t_value val, uint32 radix,
t_stat           8543 src/simh/scp.c     return ((t_stat) strlen(dbuf+d)); /*  sizeof(t_stat) < sizeof(size_t) */
t_stat           8551 src/simh/scp.c t_stat fprint_val (FILE *stream, t_value val, uint32 radix,
t_stat           8652 src/simh/scp.c t_stat sim_process_event (void)
t_stat           8655 src/simh/scp.c t_stat reason;
t_stat           8731 src/simh/scp.c t_stat sim_activate (UNIT *uptr, int32 event_time)
t_stat           8738 src/simh/scp.c t_stat _sim_activate (UNIT *uptr, int32 event_time)
t_stat           8784 src/simh/scp.c t_stat sim_activate_abs (UNIT *uptr, int32 event_time)
t_stat           8799 src/simh/scp.c t_stat sim_activate_after (UNIT *uptr, uint32 usec_delay)
t_stat           8804 src/simh/scp.c t_stat _sim_activate_after (UNIT *uptr, uint32 usec_delay)
t_stat           8820 src/simh/scp.c t_stat sim_cancel (UNIT *uptr)
t_stat           8973 src/simh/scp.c t_stat sim_brk_init (void)
t_stat           9104 src/simh/scp.c t_stat sim_brk_set (t_addr loc, int32 sw, int32 ncnt, CONST char *act)
t_stat           9147 src/simh/scp.c t_stat sim_brk_clr (t_addr loc, int32 sw)
t_stat           9196 src/simh/scp.c t_stat sim_brk_clrall (int32 sw)
t_stat           9214 src/simh/scp.c t_stat sim_brk_show (FILE *st, t_addr loc, int32 sw)
t_stat           9277 src/simh/scp.c t_stat sim_brk_showall (FILE *st, int32 sw)
t_stat           9525 src/simh/scp.c t_stat sim_set_expect (EXPECT *exp, CONST char *cptr)
t_stat           9533 src/simh/scp.c t_stat r;
t_stat           9566 src/simh/scp.c t_stat sim_set_noexpect (EXPECT *exp, const char *cptr)
t_stat           9596 src/simh/scp.c t_stat sim_exp_clr_tab (EXPECT *exp, EXPTAB *ep)
t_stat           9617 src/simh/scp.c t_stat sim_exp_clr (EXPECT *exp, const char *match)
t_stat           9630 src/simh/scp.c t_stat sim_exp_clrall (EXPECT *exp)
t_stat           9651 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           9762 src/simh/scp.c t_stat sim_exp_show_tab (FILE *st, const EXPECT *exp, const EXPTAB *ep)
t_stat           9784 src/simh/scp.c t_stat sim_exp_show (FILE *st, CONST EXPECT *exp, const char *match)
t_stat           9822 src/simh/scp.c t_stat sim_exp_showall (FILE *st, const EXPECT *exp)
t_stat           9833 src/simh/scp.c t_stat sim_exp_check (EXPECT *exp, uint8 data)
t_stat           9949 src/simh/scp.c t_stat sim_send_input (SEND *snd, uint8 *data, size_t size, uint32 after, uint32 delay)
t_stat           9986 src/simh/scp.c t_stat sim_send_clear (SEND *snd)
t_stat           9995 src/simh/scp.c t_stat sim_show_send_input (FILE *st, const SEND *snd)
t_stat           10029 src/simh/scp.c t_bool sim_send_poll_data (SEND *snd, t_stat *stat)
t_stat           10054 src/simh/scp.c const char *sim_error_text (t_stat stat)
t_stat           10067 src/simh/scp.c t_stat sim_string_to_stat (const char *cptr, t_stat *stat)
t_stat           10087 src/simh/scp.c     cond = (t_stat) numeric_cond;
t_stat           10290 src/simh/scp.c t_stat sim_messagef (t_stat stat, const char* fmt, ...)
t_stat           11028 src/simh/scp.c static t_stat displayFlatHelp (FILE *st, DEVICE *dptr,
t_stat           11093 src/simh/scp.c t_stat scp_vhelp (FILE *st, DEVICE *dptr,
t_stat           11350 src/simh/scp.c t_stat scp_help (FILE *st, DEVICE *dptr,
t_stat           11354 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, size_t 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            212 src/simh/scp.h void fprint_stopped_gen (FILE *st, t_stat v, REG *pc, DEVICE *dptr);
t_stat            216 src/simh/scp.h t_stat scp_help (FILE *st, DEVICE *dptr,
t_stat            218 src/simh/scp.h t_stat scp_vhelp (FILE *st, DEVICE *dptr,
t_stat            220 src/simh/scp.h t_stat scp_helpFromFile (FILE *st, DEVICE *dptr,
t_stat            222 src/simh/scp.h t_stat scp_vhelpFromFile (FILE *st, DEVICE *dptr,
t_stat            238 src/simh/scp.h extern t_stat sim_last_cmd_stat;                        /* Command Status */
t_stat            269 src/simh/scp.h extern t_stat sim_instr (void);
t_stat            271 src/simh/scp.h extern t_stat fprint_sym (FILE *ofile, t_addr addr, t_value *val,
t_stat            273 src/simh/scp.h extern t_stat parse_sym (CONST char *cptr, t_addr addr, UNIT *uptr, t_value *val,
t_stat            286 src/simh/scp.h extern t_bool (*sim_vm_fprint_stopped) (FILE *st, t_stat reason);
t_stat            105 src/simh/sim_console.c static t_stat sim_os_poll_kbd (void);
t_stat            106 src/simh/sim_console.c static t_stat sim_os_putchar (int32 out);
t_stat            107 src/simh/sim_console.c static t_stat sim_os_ttinit (void);
t_stat            108 src/simh/sim_console.c static t_stat sim_os_ttrun (void);
t_stat            109 src/simh/sim_console.c static t_stat sim_os_ttcmd (void);
t_stat            110 src/simh/sim_console.c static t_stat sim_os_ttclose (void);
t_stat            113 src/simh/sim_console.c static t_stat sim_set_rem_telnet (int32 flag, CONST char *cptr);
t_stat            114 src/simh/sim_console.c static t_stat sim_set_rem_connections (int32 flag, CONST char *cptr);
t_stat            115 src/simh/sim_console.c static t_stat sim_set_rem_timeout (int32 flag, CONST char *cptr);
t_stat            118 src/simh/sim_console.c static t_stat sim_set_halt (int32 flag, CONST char *cptr);
t_stat            119 src/simh/sim_console.c static t_stat sim_set_response (int32 flag, CONST char *cptr);
t_stat            120 src/simh/sim_console.c static t_stat sim_set_delay (int32 flag, CONST char *cptr);
t_stat            137 src/simh/sim_console.c static t_stat sim_con_poll_svc (UNIT *uptr);                /* console connection poll routine */
t_stat            138 src/simh/sim_console.c static t_stat sim_con_reset (DEVICE *dptr);                 /* console reset routine */
t_stat            188 src/simh/sim_console.c static t_stat sim_con_poll_svc (UNIT *uptr)
t_stat            206 src/simh/sim_console.c static t_stat sim_con_reset (DEVICE *dptr)
t_stat            283 src/simh/sim_console.c t_stat sim_set_console (int32 flag, CONST char *cptr)
t_stat            287 src/simh/sim_console.c t_stat r;
t_stat            308 src/simh/sim_console.c t_stat sim_show_console (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat            328 src/simh/sim_console.c t_stat sim_rem_con_poll_svc (UNIT *uptr);               /* remote console connection poll routine */
t_stat            329 src/simh/sim_console.c t_stat sim_rem_con_data_svc (UNIT *uptr);               /* remote console connection data routine */
t_stat            330 src/simh/sim_console.c t_stat sim_rem_con_reset (DEVICE *dptr);                /* remote console reset routine */
t_stat            372 src/simh/sim_console.c t_stat sim_set_remote_console (int32 flag, CONST char *cptr)
t_stat            376 src/simh/sim_console.c t_stat r;
t_stat            397 src/simh/sim_console.c t_stat sim_show_remote_console (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat            444 src/simh/sim_console.c t_stat sim_rem_con_poll_svc (UNIT *uptr)
t_stat            480 src/simh/sim_console.c static t_stat x_continue_cmd (int32 flag, CONST char *cptr)
t_stat            485 src/simh/sim_console.c static t_stat x_step_cmd (int32 flag, CONST char *cptr)
t_stat            490 src/simh/sim_console.c static t_stat x_run_cmd (int32 flag, CONST char *cptr)
t_stat            495 src/simh/sim_console.c static t_stat x_help_cmd (int32 flag, CONST char *cptr);
t_stat            553 src/simh/sim_console.c static t_stat x_help_cmd (int32 flag, CONST char *cptr)
t_stat            559 src/simh/sim_console.c     t_stat r;
t_stat            576 src/simh/sim_console.c static t_stat _sim_rem_message (const char *cmd, t_stat stat)
t_stat            579 src/simh/sim_console.c t_stat stat_nomessage = stat & SCPE_NOMESSAGE;  /* extract possible message suppression flag */
t_stat            621 src/simh/sim_console.c t_stat stat;
t_stat            644 src/simh/sim_console.c t_stat sim_rem_con_data_svc (UNIT *uptr)
t_stat            647 src/simh/sim_console.c t_stat stat = SCPE_OK;
t_stat           1054 src/simh/sim_console.c t_stat sim_rem_con_reset (DEVICE *dptr)
t_stat           1069 src/simh/sim_console.c static t_stat sim_set_rem_telnet (int32 flag, CONST char *cptr)
t_stat           1071 src/simh/sim_console.c t_stat r;
t_stat           1106 src/simh/sim_console.c static t_stat sim_set_rem_connections (int32 flag, CONST char *cptr)
t_stat           1109 src/simh/sim_console.c t_stat r;
t_stat           1223 src/simh/sim_console.c static t_stat sim_set_rem_timeout (int32 flag, CONST char *cptr)
t_stat           1226 src/simh/sim_console.c t_stat r;
t_stat           1242 src/simh/sim_console.c t_stat sim_set_kmap (int32 flag, CONST char *cptr)
t_stat           1246 src/simh/sim_console.c t_stat r;
t_stat           1262 src/simh/sim_console.c t_stat sim_show_kmap (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           1272 src/simh/sim_console.c t_stat sim_set_pchar (int32 flag, CONST char *cptr)
t_stat           1276 src/simh/sim_console.c t_stat r;
t_stat           1292 src/simh/sim_console.c t_stat sim_set_cons_speed (int32 flag, CONST char *cptr)
t_stat           1297 src/simh/sim_console.c t_stat sim_show_cons_speed (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           1310 src/simh/sim_console.c t_stat sim_set_logon (int32 flag, CONST char *cptr)
t_stat           1313 src/simh/sim_console.c t_stat r;
t_stat           1338 src/simh/sim_console.c t_stat sim_set_logoff (int32 flag, CONST char *cptr)
t_stat           1354 src/simh/sim_console.c t_stat sim_show_log (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           1367 src/simh/sim_console.c t_stat sim_set_debon (int32 flag, CONST char *cptr)
t_stat           1370 src/simh/sim_console.c t_stat r;
t_stat           1411 src/simh/sim_console.c t_stat sim_debug_flush (void)
t_stat           1441 src/simh/sim_console.c t_stat sim_set_deboff (int32 flag, CONST char *cptr)
t_stat           1457 src/simh/sim_console.c t_stat sim_show_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat           1499 src/simh/sim_console.c t_stat sim_set_telnet (int32 flag, CONST char *cptr)
t_stat           1503 src/simh/sim_console.c t_stat r;
t_stat           1532 src/simh/sim_console.c t_stat sim_set_notelnet (int32 flag, CONST char *cptr)
t_stat           1543 src/simh/sim_console.c t_stat sim_show_telnet (FILE *st, DEVICE *dunused, UNIT *uunused, int32 flag, CONST char *cptr)
t_stat           1570 src/simh/sim_console.c t_stat sim_set_cons_buff (int32 flg, CONST char *cptr)
t_stat           1580 src/simh/sim_console.c t_stat sim_set_cons_unbuff (int32 flg, CONST char *cptr)
t_stat           1590 src/simh/sim_console.c t_stat sim_set_cons_log (int32 flg, CONST char *cptr)
t_stat           1600 src/simh/sim_console.c t_stat sim_set_cons_nolog (int32 flg, CONST char *cptr)
t_stat           1608 src/simh/sim_console.c t_stat sim_show_cons_log (FILE *st, DEVICE *dunused, UNIT *uunused, int32 flag, CONST char *cptr)
t_stat           1619 src/simh/sim_console.c t_stat sim_show_cons_buff (FILE *st, DEVICE *dunused, UNIT *uunused, int32 flag, CONST char *cptr)
t_stat           1635 src/simh/sim_console.c t_stat sim_show_cons_expect (FILE *st, DEVICE *dunused, UNIT *uunused, int32 flag, CONST char *cptr)
t_stat           1644 src/simh/sim_console.c t_stat sim_open_logfile (const char *filename, t_bool binary, FILE **pf, FILEREF **pref)
t_stat           1703 src/simh/sim_console.c t_stat sim_close_logfile (FILEREF **pref)
t_stat           1736 src/simh/sim_console.c t_stat sim_check_console (int32 sec)
t_stat           1829 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           1836 src/simh/sim_console.c t_stat sim_poll_kbd (void)
t_stat           1838 src/simh/sim_console.c t_stat c;
t_stat           1871 src/simh/sim_console.c if ((c = (t_stat)tmxr_getc_ln (&sim_con_ldsc)))             /* any char? */
t_stat           1878 src/simh/sim_console.c t_stat sim_putchar (int32 c)
t_stat           1904 src/simh/sim_console.c t_stat sim_ttinit (void)
t_stat           1912 src/simh/sim_console.c t_stat sim_ttrun (void)
t_stat           1926 src/simh/sim_console.c t_stat sim_ttcmd (void)
t_stat           1932 src/simh/sim_console.c t_stat sim_ttclose (void)
t_stat           1934 src/simh/sim_console.c t_stat r1 = tmxr_shutdown ();
t_stat           1935 src/simh/sim_console.c t_stat r2 = sim_os_ttclose ();
t_stat           1991 src/simh/sim_console.c static t_stat sim_os_ttinit (void)
t_stat           2002 src/simh/sim_console.c static t_stat sim_os_ttrun (void)
t_stat           2017 src/simh/sim_console.c static t_stat sim_os_ttcmd (void)
t_stat           2031 src/simh/sim_console.c static t_stat sim_os_ttclose (void)
t_stat           2043 src/simh/sim_console.c static t_stat sim_os_poll_kbd (void)
t_stat           2088 src/simh/sim_console.c static t_stat sim_os_putchar (int32 c)
t_stat           2124 src/simh/sim_console.c static t_stat sim_os_ttinit (void)
t_stat           2151 src/simh/sim_console.c static t_stat sim_os_ttrun (void)
t_stat           2165 src/simh/sim_console.c static t_stat sim_os_ttcmd (void)
t_stat           2178 src/simh/sim_console.c static t_stat sim_os_ttclose (void)
t_stat           2188 src/simh/sim_console.c static t_stat sim_os_poll_kbd (void)
t_stat           2202 src/simh/sim_console.c static t_stat sim_os_putchar (int32 out)
t_stat           2223 src/simh/sim_console.c static t_stat sim_os_ttinit (void)
t_stat           2265 src/simh/sim_console.c static t_stat sim_os_ttrun (void)
t_stat           2283 src/simh/sim_console.c static t_stat sim_os_ttcmd (void)
t_stat           2297 src/simh/sim_console.c static t_stat sim_os_ttclose (void)
t_stat           2307 src/simh/sim_console.c static t_stat sim_os_poll_kbd (void)
t_stat           2321 src/simh/sim_console.c static t_stat sim_os_putchar (int32 out)
t_stat           2366 src/simh/sim_console.c static t_stat sim_set_halt (int32 flag, CONST char *cptr)
t_stat           2422 src/simh/sim_console.c static t_stat sim_set_response (int32 flag, CONST char *cptr)
t_stat           2456 src/simh/sim_console.c static t_stat sim_set_delay (int32 flag, CONST char *cptr)
t_stat           2459 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            332 src/simh/sim_defs.h typedef t_stat (*ACTIVATE_API)(UNIT *unit, int32 interval);
t_stat            347 src/simh/sim_defs.h     t_stat              (*examine)(t_value *v, t_addr a, UNIT *up,
t_stat            349 src/simh/sim_defs.h     t_stat              (*deposit)(t_value v, t_addr a, UNIT *up,
t_stat            351 src/simh/sim_defs.h     t_stat              (*reset)(DEVICE *dp);           /* reset routine */
t_stat            352 src/simh/sim_defs.h     t_stat              (*boot)(int32 u, DEVICE *dp);
t_stat            354 src/simh/sim_defs.h     t_stat              (*attach)(UNIT *up, CONST char *cp);
t_stat            356 src/simh/sim_defs.h     t_stat              (*detach)(UNIT *up);            /* detach routine */
t_stat            361 src/simh/sim_defs.h     t_stat              (*msize)(UNIT *up, int32 v, CONST char *cp, void *dp);
t_stat            364 src/simh/sim_defs.h     t_stat              (*help)(FILE *st, DEVICE *dptr,
t_stat            367 src/simh/sim_defs.h     t_stat              (*attach_help)(FILE *st, DEVICE *dptr,
t_stat            424 src/simh/sim_defs.h     t_stat              (*action)(UNIT *up);            /* action routine */
t_stat            533 src/simh/sim_defs.h     t_stat              (*action)(int32 flag, CONST char *cptr);
t_stat            538 src/simh/sim_defs.h     void                (*message)(const char *unechoed_cmdline, t_stat stat);
t_stat            544 src/simh/sim_defs.h     t_stat              (*action)(DEVICE *dptr, UNIT *uptr,
t_stat            552 src/simh/sim_defs.h     t_stat              (*action)(FILE *st, DEVICE *dptr,
t_stat            565 src/simh/sim_defs.h     t_stat              (*valid)(UNIT *up, int32 v, CONST char *cp, void *dp);
t_stat            567 src/simh/sim_defs.h     t_stat              (*disp)(FILE *st, UNIT *up, int32 v, CONST void *dp);
t_stat            109 src/simh/sim_disk.c     t_stat              (*impl_fnc)(void);              /* Implemented Test Function */
t_stat            118 src/simh/sim_disk.c t_stat sim_disk_set_fmt (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat            140 src/simh/sim_disk.c t_stat sim_disk_show_fmt (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat            156 src/simh/sim_disk.c t_stat sim_disk_set_capac (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat            159 src/simh/sim_disk.c t_stat r;
t_stat            175 src/simh/sim_disk.c t_stat sim_disk_show_capac (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat            240 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            266 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            268 src/simh/sim_disk.c t_stat r;
t_stat            333 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            335 src/simh/sim_disk.c t_stat r = SCPE_OK;
t_stat            342 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            366 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            370 src/simh/sim_disk.c t_stat r;
t_stat            474 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            476 src/simh/sim_disk.c t_stat r = SCPE_OK;
t_stat            481 src/simh/sim_disk.c t_stat sim_disk_unload (UNIT *uptr)
t_stat            502 src/simh/sim_disk.c static t_stat _err_return (UNIT *uptr, t_stat stat)
t_stat            750 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            758 src/simh/sim_disk.c t_stat (*storage_function)(FILE *file, uint32 *sector_size, uint32 *removable) = NULL;
t_stat            879 src/simh/sim_disk.c     t_stat r = SCPE_OK;
t_stat            939 src/simh/sim_disk.c     t_stat r = SCPE_OK;
t_stat           1046 src/simh/sim_disk.c t_stat sim_disk_detach (UNIT *uptr)
t_stat           1095 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           1133 src/simh/sim_disk.c t_stat sim_disk_reset (UNIT *uptr)
t_stat           1146 src/simh/sim_disk.c t_stat sim_disk_perror (UNIT *uptr, const char *msg)
t_stat           1163 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            109 src/simh/sim_tape.c static t_stat sim_tape_ioerr (UNIT *uptr);
t_stat            110 src/simh/sim_tape.c static t_stat sim_tape_wrdata (UNIT *uptr, uint32 dat);
t_stat            112 src/simh/sim_tape.c static t_stat sim_tape_simh_check (UNIT *uptr);
t_stat            113 src/simh/sim_tape.c static t_stat sim_tape_e11_check (UNIT *uptr);
t_stat            135 src/simh/sim_tape.c t_stat sim_tape_attach (UNIT *uptr, CONST char *cptr)
t_stat            144 src/simh/sim_tape.c t_stat sim_tape_attach_ex (UNIT *uptr, const char *cptr, uint32 dbit, int completion_delay)
t_stat            150 src/simh/sim_tape.c t_stat r;
t_stat            230 src/simh/sim_tape.c t_stat sim_tape_detach (UNIT *uptr)
t_stat            234 src/simh/sim_tape.c t_stat r;
t_stat            276 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            396 src/simh/sim_tape.c static t_stat sim_tape_rdlntf (UNIT *uptr, t_mtrlnt *bc)
t_stat            407 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat            610 src/simh/sim_tape.c static t_stat sim_tape_rdlntr (UNIT *uptr, t_mtrlnt *bc)
t_stat            622 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat            787 src/simh/sim_tape.c t_stat sim_tape_rdrecf (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max)
t_stat            793 src/simh/sim_tape.c t_stat st;
t_stat            823 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            825 src/simh/sim_tape.c t_stat r = SCPE_OK;
t_stat            852 src/simh/sim_tape.c t_stat sim_tape_rdrecr (UNIT *uptr, uint8 *buf, t_mtrlnt *bc, t_mtrlnt max)
t_stat            857 src/simh/sim_tape.c t_stat st;
t_stat            880 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            882 src/simh/sim_tape.c t_stat r = SCPE_OK;
t_stat            904 src/simh/sim_tape.c t_stat sim_tape_wrrecf (UNIT *uptr, uint8 *buf, t_mtrlnt bc)
t_stat            956 src/simh/sim_tape.c t_stat sim_tape_wrrecf_a (UNIT *uptr, uint8 *buf, t_mtrlnt bc, TAPE_PCALLBACK callback)
t_stat            958 src/simh/sim_tape.c t_stat r = SCPE_OK;
t_stat            965 src/simh/sim_tape.c static t_stat sim_tape_wrdata (UNIT *uptr, uint32 dat)
t_stat            990 src/simh/sim_tape.c t_stat sim_tape_wrtmk (UNIT *uptr)
t_stat           1004 src/simh/sim_tape.c t_stat sim_tape_wrtmk_a (UNIT *uptr, TAPE_PCALLBACK callback)
t_stat           1006 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1013 src/simh/sim_tape.c t_stat sim_tape_wreom (UNIT *uptr)
t_stat           1015 src/simh/sim_tape.c t_stat result;
t_stat           1032 src/simh/sim_tape.c t_stat sim_tape_wreom_a (UNIT *uptr, TAPE_PCALLBACK callback)
t_stat           1034 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1041 src/simh/sim_tape.c t_stat sim_tape_wreomrw (UNIT *uptr)
t_stat           1044 src/simh/sim_tape.c t_stat r;
t_stat           1057 src/simh/sim_tape.c t_stat sim_tape_wreomrw_a (UNIT *uptr, TAPE_PCALLBACK callback)
t_stat           1059 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1164 src/simh/sim_tape.c t_stat sim_tape_wrgap (UNIT *uptr, uint32 gaplen)
t_stat           1167 src/simh/sim_tape.c t_stat st;
t_stat           1314 src/simh/sim_tape.c t_stat sim_tape_wrgap_a (UNIT *uptr, uint32 gaplen, TAPE_PCALLBACK callback)
t_stat           1316 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1338 src/simh/sim_tape.c t_stat sim_tape_sprecf (UNIT *uptr, t_mtrlnt *bc)
t_stat           1341 src/simh/sim_tape.c t_stat st;
t_stat           1353 src/simh/sim_tape.c t_stat sim_tape_sprecf_a (UNIT *uptr, t_mtrlnt *bc, TAPE_PCALLBACK callback)
t_stat           1355 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1379 src/simh/sim_tape.c t_stat sim_tape_sprecsf (UNIT *uptr, uint32 count, uint32 *skipped)
t_stat           1382 src/simh/sim_tape.c t_stat st;
t_stat           1400 src/simh/sim_tape.c t_stat sim_tape_sprecsf_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback)
t_stat           1402 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1426 src/simh/sim_tape.c t_stat sim_tape_sprecr (UNIT *uptr, t_mtrlnt *bc)
t_stat           1429 src/simh/sim_tape.c t_stat st;
t_stat           1445 src/simh/sim_tape.c t_stat sim_tape_sprecr_a (UNIT *uptr, t_mtrlnt *bc, TAPE_PCALLBACK callback)
t_stat           1447 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1472 src/simh/sim_tape.c t_stat sim_tape_sprecsr (UNIT *uptr, uint32 count, uint32 *skipped)
t_stat           1475 src/simh/sim_tape.c t_stat st;
t_stat           1493 src/simh/sim_tape.c t_stat sim_tape_sprecsr_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback)
t_stat           1495 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1521 src/simh/sim_tape.c t_stat sim_tape_spfilebyrecf (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped, t_bool check_leot)
t_stat           1524 src/simh/sim_tape.c t_stat st;
t_stat           1566 src/simh/sim_tape.c t_stat sim_tape_spfilebyrecf_a \
t_stat           1569 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1594 src/simh/sim_tape.c t_stat sim_tape_spfilef (UNIT *uptr, uint32 count, uint32 *skipped)
t_stat           1607 src/simh/sim_tape.c t_stat sim_tape_spfilef_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback)
t_stat           1609 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1635 src/simh/sim_tape.c t_stat sim_tape_spfilebyrecr (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped)
t_stat           1638 src/simh/sim_tape.c t_stat st;
t_stat           1663 src/simh/sim_tape.c t_stat sim_tape_spfilebyrecr_a (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped, TAPE_PCALLBACK callback)
t_stat           1665 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1690 src/simh/sim_tape.c t_stat sim_tape_spfiler (UNIT *uptr, uint32 count, uint32 *skipped)
t_stat           1703 src/simh/sim_tape.c t_stat sim_tape_spfiler_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback)
t_stat           1705 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1712 src/simh/sim_tape.c t_stat sim_tape_rewind (UNIT *uptr)
t_stat           1726 src/simh/sim_tape.c t_stat sim_tape_rewind_a (UNIT *uptr, TAPE_PCALLBACK callback)
t_stat           1728 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1735 src/simh/sim_tape.c t_stat sim_tape_position \
t_stat           1739 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1789 src/simh/sim_tape.c t_stat sim_tape_position_a \
t_stat           1793 src/simh/sim_tape.c t_stat r = MTSE_OK;
t_stat           1800 src/simh/sim_tape.c t_stat sim_tape_reset (UNIT *uptr)
t_stat           1841 src/simh/sim_tape.c static t_stat sim_tape_ioerr (UNIT *uptr)
t_stat           1850 src/simh/sim_tape.c t_stat sim_tape_set_fmt (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           1872 src/simh/sim_tape.c t_stat sim_tape_show_fmt (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           2004 src/simh/sim_tape.c static t_stat sim_tape_simh_check (UNIT *uptr)
t_stat           2011 src/simh/sim_tape.c static t_stat sim_tape_e11_check (UNIT *uptr)
t_stat           2040 src/simh/sim_tape.c t_stat sim_tape_set_capac (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           2043 src/simh/sim_tape.c t_stat r;
t_stat           2058 src/simh/sim_tape.c t_stat sim_tape_show_capac (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           2094 src/simh/sim_tape.c t_stat sim_tape_set_dens (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           2097 src/simh/sim_tape.c t_stat result = SCPE_OK;
t_stat           2134 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 \
t_stat            182 src/simh/sim_tape.h t_stat sim_tape_spfilebyrecf_a \
t_stat            184 src/simh/sim_tape.h t_stat sim_tape_sprecr (UNIT *uptr, t_mtrlnt *bc);
t_stat            185 src/simh/sim_tape.h t_stat sim_tape_sprecr_a (UNIT *uptr, t_mtrlnt *bc, TAPE_PCALLBACK callback);
t_stat            186 src/simh/sim_tape.h t_stat sim_tape_sprecsr (UNIT *uptr, uint32 count, uint32 *skipped);
t_stat            187 src/simh/sim_tape.h t_stat sim_tape_sprecsr_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback);
t_stat            188 src/simh/sim_tape.h t_stat sim_tape_spfiler (UNIT *uptr, uint32 count, uint32 *skipped);
t_stat            189 src/simh/sim_tape.h t_stat sim_tape_spfiler_a (UNIT *uptr, uint32 count, uint32 *skipped, TAPE_PCALLBACK callback);
t_stat            190 src/simh/sim_tape.h t_stat sim_tape_spfilebyrecr (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped);
t_stat            191 src/simh/sim_tape.h t_stat sim_tape_spfilebyrecr_a (UNIT *uptr, uint32 count, uint32 *skipped, uint32 *recsskipped, TAPE_PCALLBACK callback);
t_stat            192 src/simh/sim_tape.h t_stat sim_tape_rewind (UNIT *uptr);
t_stat            193 src/simh/sim_tape.h t_stat sim_tape_rewind_a (UNIT *uptr, TAPE_PCALLBACK callback);
t_stat            194 src/simh/sim_tape.h t_stat sim_tape_position \
t_stat            197 src/simh/sim_tape.h t_stat sim_tape_position_a \
t_stat            200 src/simh/sim_tape.h t_stat sim_tape_reset (UNIT *uptr);
t_stat            204 src/simh/sim_tape.h t_stat sim_tape_set_fmt (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            205 src/simh/sim_tape.h t_stat sim_tape_show_fmt (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            206 src/simh/sim_tape.h t_stat sim_tape_set_capac (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            207 src/simh/sim_tape.h t_stat sim_tape_show_capac (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            208 src/simh/sim_tape.h t_stat sim_tape_set_dens (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat            209 src/simh/sim_tape.h t_stat sim_tape_show_dens (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_stat            118 src/simh/sim_timer.c t_stat sim_os_set_thread_priority (int below_normal_above)
t_stat            129 src/simh/sim_timer.c t_stat sim_os_set_thread_priority (int below_normal_above)
t_stat            337 src/simh/sim_timer.c t_stat sim_throt_svc (UNIT *uptr);
t_stat            338 src/simh/sim_timer.c t_stat sim_timer_tick_svc (UNIT *uptr);
t_stat            479 src/simh/sim_timer.c t_stat sim_show_timers (FILE* st, DEVICE *dptr, UNIT* uptr, int32 val, CONST char* desc)
t_stat            579 src/simh/sim_timer.c t_stat sim_show_clock_queues (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr)
t_stat            616 src/simh/sim_timer.c t_stat sim_timer_clr_catchup (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat            623 src/simh/sim_timer.c t_stat sim_timer_set_catchup (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat            630 src/simh/sim_timer.c t_stat sim_timer_show_catchup (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat            644 src/simh/sim_timer.c static t_stat sim_timer_clock_reset (DEVICE *dptr);
t_stat            653 src/simh/sim_timer.c t_stat sim_timer_tick_svc (UNIT *uptr)
t_stat            656 src/simh/sim_timer.c t_stat stat;
t_stat            769 src/simh/sim_timer.c static t_stat sim_timer_clock_tick_svc (UNIT *uptr)
t_stat            827 src/simh/sim_timer.c static t_stat sim_timer_clock_reset (DEVICE *dptr)
t_stat            892 src/simh/sim_timer.c t_stat sim_timer_activate (UNIT *uptr, int32 interval)
t_stat            897 src/simh/sim_timer.c t_stat sim_timer_activate_after (UNIT *uptr, uint32 usec_delay)
t_stat            924 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            595 src/simh/sim_tmxr.c static TMLN *tmxr_get_ldsc (UNIT *uptr, const char *cptr, TMXR *mp, t_stat *status)
t_stat            599 src/simh/sim_tmxr.c t_stat   code = SCPE_OK;
t_stat           1178 src/simh/sim_tmxr.c static t_stat tmxr_reset_ln_ex (TMLN *lp, t_bool closeserial)
t_stat           1219 src/simh/sim_tmxr.c t_stat tmxr_close_ln (TMLN *lp)
t_stat           1224 src/simh/sim_tmxr.c t_stat tmxr_reset_ln (TMLN *lp)
t_stat           1241 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           1383 src/simh/sim_tmxr.c t_stat tmxr_set_line_loopback (TMLN *lp, t_bool enable_loopback)
t_stat           1434 src/simh/sim_tmxr.c t_stat tmxr_set_line_halfduplex (TMLN *lp, t_bool enable_halfduplex)
t_stat           1469 src/simh/sim_tmxr.c t_stat val = 0;
t_stat           1516 src/simh/sim_tmxr.c t_stat tmxr_get_packet_ln (TMLN *lp, const uint8 **pbuf, size_t *psize)
t_stat           1521 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           1846 src/simh/sim_tmxr.c t_stat tmxr_putc_ln (TMLN *lp, int32 chr)
t_stat           1895 src/simh/sim_tmxr.c t_stat tmxr_put_packet_ln (TMLN *lp, const uint8 *buf, size_t size)
t_stat           1900 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           1902 src/simh/sim_tmxr.c t_stat r;
t_stat           1980 src/simh/sim_tmxr.c t_stat r;
t_stat           2069 src/simh/sim_tmxr.c t_stat tmxr_detach_ln (TMLN *lp)
t_stat           2136 src/simh/sim_tmxr.c t_stat tmxr_set_line_speed (TMLN *lp, CONST char *speed)
t_stat           2140 src/simh/sim_tmxr.c t_stat r;
t_stat           2177 src/simh/sim_tmxr.c t_stat tmxr_open_master (TMXR *mp, CONST char *cptr)
t_stat           2187 src/simh/sim_tmxr.c t_stat r = SCPE_OK;
t_stat           2856 src/simh/sim_tmxr.c t_stat tmxr_set_line_unit (TMXR *mp, int line, UNIT *uptr_poll)
t_stat           2883 src/simh/sim_tmxr.c t_stat tmxr_set_line_output_unit (TMXR *mp, int line, UNIT *uptr_poll)
t_stat           2894 src/simh/sim_tmxr.c t_stat tmxr_start_poll (void)
t_stat           2899 src/simh/sim_tmxr.c t_stat tmxr_stop_poll (void)
t_stat           2948 src/simh/sim_tmxr.c static t_stat _tmxr_locate_line_send_expect (const char *cptr, SEND **snd, EXPECT **exp)
t_stat           2953 src/simh/sim_tmxr.c t_stat r;
t_stat           2978 src/simh/sim_tmxr.c t_stat tmxr_locate_line_send (const char *cptr, SEND **snd)
t_stat           2983 src/simh/sim_tmxr.c t_stat tmxr_locate_line_expect (const char *cptr, EXPECT **exp)
t_stat           2988 src/simh/sim_tmxr.c t_stat tmxr_change_async (void)
t_stat           2995 src/simh/sim_tmxr.c t_stat tmxr_attach_ex (TMXR *mp, UNIT *uptr, CONST char *cptr, t_bool async)
t_stat           2997 src/simh/sim_tmxr.c t_stat r;
t_stat           3030 src/simh/sim_tmxr.c t_stat tmxr_startup (void)
t_stat           3035 src/simh/sim_tmxr.c t_stat tmxr_shutdown (void)
t_stat           3042 src/simh/sim_tmxr.c t_stat tmxr_show_open_devices (FILE* st, DEVICE *dptr, UNIT* uptr, int32 val, CONST char* desc)
t_stat           3131 src/simh/sim_tmxr.c t_stat tmxr_close_master (TMXR *mp)
t_stat           3194 src/simh/sim_tmxr.c t_stat tmxr_detach (TMXR *mp, UNIT *uptr)
t_stat           3217 src/simh/sim_tmxr.c t_stat tmxr_activate (UNIT *uptr, int32 interval)
t_stat           3224 src/simh/sim_tmxr.c t_stat tmxr_activate_after (UNIT *uptr, uint32 usecs_walltime)
t_stat           3231 src/simh/sim_tmxr.c t_stat tmxr_attach_help(FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr)
t_stat           3432 src/simh/sim_tmxr.c t_stat tmxr_ex (t_value *vptr, t_addr addr, UNIT *uptr, int32 sw)
t_stat           3437 src/simh/sim_tmxr.c t_stat tmxr_dep (t_value val, t_addr addr, UNIT *uptr, int32 sw)
t_stat           3659 src/simh/sim_tmxr.c t_stat tmxr_dscln (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           3663 src/simh/sim_tmxr.c t_stat status;
t_stat           3685 src/simh/sim_tmxr.c t_stat tmxr_set_log (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           3689 src/simh/sim_tmxr.c t_stat r;
t_stat           3718 src/simh/sim_tmxr.c t_stat tmxr_set_nolog (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
t_stat           3741 src/simh/sim_tmxr.c t_stat tmxr_show_log (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           3783 src/simh/sim_tmxr.c t_stat tmxr_set_lnorder (UNIT *uptr, int32 val, CONST char *carg, void *desc)
t_stat           3793 src/simh/sim_tmxr.c t_stat result = SCPE_OK;
t_stat           3884 src/simh/sim_tmxr.c t_stat tmxr_show_lnorder (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           3936 src/simh/sim_tmxr.c t_stat tmxr_show_summ (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           3956 src/simh/sim_tmxr.c t_stat tmxr_show_cstat (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
t_stat           3984 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);