Home
last modified time | relevance | path

Searched refs:MTR_ERF (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_tape.h46 #define MTR_ERF 0x80000000 /* error flag */ macro
47 #define MTR_F(x) ((x) & MTR_ERF) /* record error flg */
48 #define MTR_L(x) ((x) & ~MTR_ERF) /* record length */
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dsim_tape.h54 #define MTR_ERF 0x80000000 /* error flag */ macro
55 #define MTR_F(x) ((x) & MTR_ERF) /* record error flg */
56 #define MTR_L(x) ((x) & ~MTR_ERF) /* record length */
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dsim_tape.h54 #define MTR_ERF 0x80000000 /* error flag */ macro
55 #define MTR_F(x) ((x) & MTR_ERF) /* record error flg */
56 #define MTR_L(x) ((x) & ~MTR_ERF) /* record length */
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dsim_tape.h54 #define MTR_ERF 0x80000000 /* error flag */ macro
55 #define MTR_F(x) ((x) & MTR_ERF) /* record error flg */
56 #define MTR_L(x) ((x) & ~MTR_ERF) /* record length */
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_tape.h43 # define MTR_ERF 0x80000000 /* error flag */ macro
44 # define MTR_F(x) ((x) & MTR_ERF) /* record error flg */
45 # define MTR_L(x) ((x) & ~MTR_ERF) /* record length */
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mt.c630 if ((st = sim_tape_wrrecf (&mtc_unit, mtxb, mt_ptr | MTR_ERF))) in mt_clear()
H A Dhp2100_ms.c977 if ((st = sim_tape_wrrecf (uptr, msxb, ms_ptr | MTR_ERF))) in ms_clear()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mt.c840 st = sim_tape_wrrecf (mtc_unit, mtxb, mt_ptr | MTR_ERF); in mt_clear()
H A Dhp2100_ms.c1184 st = sim_tape_wrrecf (uptr, msxb, ms_ptr | MTR_ERF); in ms_clear()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mt.c844 st = sim_tape_wrrecf (mtc_unit, mtxb, mt_ptr | MTR_ERF); in mt_clear()
H A Dhp2100_ms.c1189 st = sim_tape_wrrecf (uptr, msxb, ms_ptr | MTR_ERF); in ms_clear()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp_tapelib.c2528 error_flag = MTR_ERF; /* then mark the record as bad */ in continue_command()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp_tapelib.c2527 error_flag = MTR_ERF; /* then mark the record as bad */ in continue_command()