restart          2167 src/dps8/dps8_cpu.c     if (cpu.restart)
restart          3111 src/dps8/dps8_cpu.c               if (cpu.restart)
restart          3113 src/dps8/dps8_cpu.c                   cpu.restart = false;
restart           690 src/dps8/dps8_cpu.h     bool restart;           // instruction is to be restarted
restart          1758 src/dps8/dps8_cpu.h     bool restart;
restart          1370 src/dps8/dps8_ins.c   const bool restart      = cpu.cu.rfi;   // instruction is to be restarted
restart          1417 src/dps8/dps8_ins.c   if (likely (!restart) || unlikely (ndes > 0)) { // until we implement EIS restart
restart          1426 src/dps8/dps8_ins.c   if (unlikely (restart))
restart          1809 src/dps8/dps8_ins.c     if (!restart) {
restart          1882 src/dps8/dps8_ins.c       if (!restart) {
restart          1895 src/dps8/dps8_ins.c     if (!restart)
restart          1858 src/dps8/dps8_sys.c     cpu.restart         = true;