restart          2224 src/dps8/dps8_cpu.c     if (cpu.restart)
restart          3162 src/dps8/dps8_cpu.c               if (cpu.restart)
restart          3164 src/dps8/dps8_cpu.c                   cpu.restart = false;
restart           680 src/dps8/dps8_cpu.h     bool restart;           // instruction is to be restarted
restart          1763 src/dps8/dps8_cpu.h     bool restart;
restart          1437 src/dps8/dps8_ins.c   const bool restart      = cpu.cu.rfi;   // instruction is to be restarted
restart          1479 src/dps8/dps8_ins.c   if (LIKELY (!restart) || UNLIKELY (ndes > 0)) { // until we implement EIS restart
restart          1488 src/dps8/dps8_ins.c   if (UNLIKELY (restart))
restart          1890 src/dps8/dps8_ins.c     if (!restart) {
restart          1977 src/dps8/dps8_ins.c       if (!restart) {
restart          1990 src/dps8/dps8_ins.c     if (!restart)
restart          1839 src/dps8/dps8_sys.c     cpu.restart         = true;