Home
last modified time | relevance | path

Searched refs:tpcbc (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_tape.c188 t_tpclnt tpcbc; in sim_tape_rdlntf() local
223 sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntf()
224 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntf()
234 if (tpcbc == TPC_TMK) /* tape mark? */ in sim_tape_rdlntf()
236 uptr->pos = uptr->pos + ((tpcbc + 1) & ~1); /* spc over record */ in sim_tape_rdlntf()
298 t_tpclnt tpcbc; in sim_tape_rdlntr() local
339 sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntr()
340 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntr()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dsim_tape.c287 t_tpclnt tpcbc; in sim_tape_rdlntf() local
424 sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntf()
425 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntf()
437 if (tpcbc == TPC_TMK) /* tape mark? */ in sim_tape_rdlntf()
440 uptr->pos = uptr->pos + ((tpcbc + 1) & ~1); /* spc over record */ in sim_tape_rdlntf()
525 t_tpclnt tpcbc; in sim_tape_rdlntr() local
634 sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntr()
635 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntr()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dsim_tape.c287 t_tpclnt tpcbc; in sim_tape_rdlntf() local
424 sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntf()
425 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntf()
437 if (tpcbc == TPC_TMK) /* tape mark? */ in sim_tape_rdlntf()
440 uptr->pos = uptr->pos + ((tpcbc + 1) & ~1); /* spc over record */ in sim_tape_rdlntf()
525 t_tpclnt tpcbc; in sim_tape_rdlntr() local
634 sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntr()
635 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntr()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dsim_tape.c287 t_tpclnt tpcbc; in sim_tape_rdlntf() local
424 sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntf()
425 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntf()
437 if (tpcbc == TPC_TMK) /* tape mark? */ in sim_tape_rdlntf()
440 uptr->pos = uptr->pos + ((tpcbc + 1) & ~1); /* spc over record */ in sim_tape_rdlntf()
525 t_tpclnt tpcbc; in sim_tape_rdlntr() local
634 sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntr()
635 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntr()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_tape.c371 t_tpclnt tpcbc; in sim_tape_rdlntf() local
498 (void)sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntf()
499 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntf()
510 if (tpcbc == TPC_TMK) /* tape mark? */ in sim_tape_rdlntf()
512 uptr->pos = uptr->pos + ((tpcbc + 1) & ~1); /* spc over record */ in sim_tape_rdlntf()
583 t_tpclnt tpcbc; in sim_tape_rdlntr() local
684 (void)sim_fread (&tpcbc, sizeof (t_tpclnt), 1, uptr->fileref); in sim_tape_rdlntr()
685 *bc = tpcbc; /* save rec lnt */ in sim_tape_rdlntr()