where            1165 src/dps8/dps8_ins.c         char * where = lookup_address (cpu.PPR.PSR, cpu.PPR.IC, & compname,
where            1168 src/dps8/dps8_ins.c         if (where)
where            1175 src/dps8/dps8_ins.c                                cpu.BAR.BASE, cpu.PPR.IC, where);
where            1179 src/dps8/dps8_ins.c                     sim_debug (flag, &cpu_dev, "%06o %s\n", cpu.PPR.IC, where);
where            1188 src/dps8/dps8_ins.c                                cpu.BAR.BASE, cpu.PPR.IC, where);
where            1193 src/dps8/dps8_ins.c                                cpu.PPR.PSR, cpu.PPR.IC, where);
where            2783 src/dps8/dps8_sys.c     char * where = lookup_address (icSegno, icOffset,
where            2785 src/dps8/dps8_sys.c     if (where)
where            2787 src/dps8/dps8_sys.c         sim_msg ("%05o:%06o %s\n", icSegno, icOffset, where);
where            2831 src/dps8/dps8_sys.c                 where = lookup_address (icSegno, cpu.rX[7] - 1,
where            2833 src/dps8/dps8_sys.c                 if (where)
where            2835 src/dps8/dps8_sys.c                     sim_msg ("%05o:%06o %s\n", icSegno, cpu.rX[7] - 1, where);
where            2842 src/dps8/dps8_sys.c             where = lookup_address (returnSegno, returnOffset - 1,
where            2844 src/dps8/dps8_sys.c             if (where)
where            2847 src/dps8/dps8_sys.c                             returnSegno, returnOffset - 1, where);
where            2857 src/dps8/dps8_sys.c         where = lookup_address (entrySegno, entryOffset,
where            2859 src/dps8/dps8_sys.c         if (where)
where            2861 src/dps8/dps8_sys.c             sim_msg ("%05o:%06o %s\n", entrySegno, entryOffset, where);
where            2947 src/dps8/dps8_sys.c     char * where = lookup_address ((word18) segno, offset,
where            2949 src/dps8/dps8_sys.c     if (where)
where            2951 src/dps8/dps8_sys.c         sim_msg ("%05o:%06o %s\n", segno, offset, where);
where            3409 src/dps8/dps8_sys.c     int where;
where            3410 src/dps8/dps8_sys.c     int cnt = sscanf (buf, "%o:%o%n", & segno, & offset, & where);
where            3416 src/dps8/dps8_sys.c     sprintf (reformatted, "0%04o%06o%s", segno, offset, buf + where);