restart          2222 src/dps8/dps8_cpu.c     if (cpu.restart)
restart          3164 src/dps8/dps8_cpu.c               if (cpu.restart)
restart          3166 src/dps8/dps8_cpu.c                   cpu.restart = false;
restart           680 src/dps8/dps8_cpu.h     bool restart;           // instruction is to be restarted
restart          1758 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          1484 src/dps8/dps8_ins.c   if (likely (!restart) || unlikely (ndes > 0)) { // until we implement EIS restart
restart          1493 src/dps8/dps8_ins.c   if (unlikely (restart))
restart          1895 src/dps8/dps8_ins.c     if (!restart) {
restart          1982 src/dps8/dps8_ins.c       if (!restart) {
restart          1995 src/dps8/dps8_ins.c     if (!restart)
restart          1839 src/dps8/dps8_sys.c     cpu.restart         = true;