stall_points 111 src/dps8/dps8_cpu.c struct stall_point_s stall_points [N_STALL_POINTS]; stall_points 722 src/dps8/dps8_cpu.c if (stall_points[i].segno || stall_points[i].offset) stall_points 724 src/dps8/dps8_cpu.c sim_printf ("%2ld %05o:%06o %6lu\n", (long)i, stall_points[i].segno, stall_points 725 src/dps8/dps8_cpu.c stall_points[i].offset, (unsigned long)stall_points[i].time); stall_points 769 src/dps8/dps8_cpu.c stall_points[n].segno = (word15) s; stall_points 770 src/dps8/dps8_cpu.c stall_points[n].offset = (word18) o; stall_points 771 src/dps8/dps8_cpu.c stall_points[n].time = (unsigned int) t; stall_points 775 src/dps8/dps8_cpu.c if (stall_points[n].segno && stall_points[n].offset) stall_points 2627 src/dps8/dps8_cpu.c if (stall_points[i].segno && stall_points[i].segno == cpu.PPR.PSR && stall_points 2628 src/dps8/dps8_cpu.c stall_points[i].offset && stall_points[i].offset == cpu.PPR.IC) stall_points 2634 src/dps8/dps8_cpu.c sim_usleep(stall_points[i].time); stall_points 1936 src/dps8/dps8_cpu.h extern struct stall_point_s stall_points [N_STALL_POINTS];