restart          2260 src/dps8/dps8_cpu.c     if (cpu.restart)
restart          3204 src/dps8/dps8_cpu.c               if (cpu.restart)
restart          3206 src/dps8/dps8_cpu.c                   cpu.restart = false;
restart           689 src/dps8/dps8_cpu.h     bool restart;           // instruction is to be restarted
restart          1761 src/dps8/dps8_cpu.h     bool restart;
restart          1380 src/dps8/dps8_ins.c   const bool restart      = cpu.cu.rfi;   // instruction is to be restarted
restart          1427 src/dps8/dps8_ins.c   if (likely (!restart) || unlikely (ndes > 0)) { // until we implement EIS restart
restart          1436 src/dps8/dps8_ins.c   if (unlikely (restart))
restart          1819 src/dps8/dps8_ins.c     if (!restart) {
restart          1902 src/dps8/dps8_ins.c       if (!restart) {
restart          1915 src/dps8/dps8_ins.c     if (!restart)
restart          1892 src/dps8/dps8_sys.c     cpu.restart         = true;