where            1222 src/dps8/dps8_ins.c         char * where = lookup_address (cpu.PPR.PSR, cpu.PPR.IC, & compname,
where            1225 src/dps8/dps8_ins.c         if (where)
where            1232 src/dps8/dps8_ins.c                                cpu.BAR.BASE, cpu.PPR.IC, where);
where            1236 src/dps8/dps8_ins.c                     sim_debug (flag, &cpu_dev, "%06o %s\r\n", cpu.PPR.IC, where);
where            1245 src/dps8/dps8_ins.c                                cpu.BAR.BASE, cpu.PPR.IC, where);
where            1250 src/dps8/dps8_ins.c                                cpu.PPR.PSR, cpu.PPR.IC, where);
where            2738 src/dps8/dps8_sys.c     char * where = lookup_address (icSegno, icOffset,
where            2740 src/dps8/dps8_sys.c     if (where)
where            2742 src/dps8/dps8_sys.c         sim_msg ("%05o:%06o %s\r\n", icSegno, icOffset, where);
where            2786 src/dps8/dps8_sys.c                 where = lookup_address (icSegno, cpu.rX[7] - 1,
where            2788 src/dps8/dps8_sys.c                 if (where)
where            2790 src/dps8/dps8_sys.c                     sim_msg ("%05o:%06o %s\r\n", icSegno, cpu.rX[7] - 1, where);
where            2797 src/dps8/dps8_sys.c             where = lookup_address (returnSegno, returnOffset - 1,
where            2799 src/dps8/dps8_sys.c             if (where)
where            2802 src/dps8/dps8_sys.c                             returnSegno, returnOffset - 1, where);
where            2812 src/dps8/dps8_sys.c         where = lookup_address (entrySegno, entryOffset,
where            2814 src/dps8/dps8_sys.c         if (where)
where            2816 src/dps8/dps8_sys.c             sim_msg ("%05o:%06o %s\r\n", entrySegno, entryOffset, where);
where            2902 src/dps8/dps8_sys.c     char * where = lookup_address ((word18) segno, offset,
where            2904 src/dps8/dps8_sys.c     if (where)
where            2906 src/dps8/dps8_sys.c         sim_msg ("%05o:%06o %s\r\n", segno, offset, where);
where            3366 src/dps8/dps8_sys.c     int where;
where            3367 src/dps8/dps8_sys.c     int cnt = sscanf (buf, "%o:%o%n", & segno, & offset, & where);
where            3373 src/dps8/dps8_sys.c     (void)sprintf (reformatted, "0%04o%06o%s", segno, offset, buf + where);