PT_ON             189 src/dps8/dps8_append.c         if (cpu.cu.PT_ON)
PT_ON             683 src/dps8/dps8_append.c     if ((! cpu.tweaks.enable_wam) || (! cpu.cu.PT_ON))
PT_ON             833 src/dps8/dps8_append.c     if (nomatch || (! cpu.tweaks.enable_wam) || (! cpu.cu.PT_ON))
PT_ON             965 src/dps8/dps8_cpu.c     cpu.cu.PT_ON = cpu.switches.ptwam_enable ? 1 : 0;
PT_ON             892 src/dps8/dps8_cpu.h     word1 PT_ON;   // 23    PTWAM enabled
PT_ON             333 src/dps8/dps8_ins.c     putbits36_1 (& words[0], 23,  cpu.cu.PT_ON);
PT_ON            7629 src/dps8/dps8_ins.c                 if (cpu.tweaks.l68_mode || cpu.cu.PT_ON) // only clear when enabled
PT_ON            7651 src/dps8/dps8_ins.c                   cpu.cu.PT_ON = 1;
PT_ON            7653 src/dps8/dps8_ins.c                   cpu.cu.PT_ON = 0;