stop 137 include/struct.h bool stop; /**<終了フラグ */ stop 63 src/dump.c if(execptr->stop == false && (execmode.dump == true || execmode.trace == true || execmode.reverse == true)) { /* traceまたはdumpオプション指定時、改行を出力 */ stop 660 src/exec.c execptr->stop = true; stop 672 src/exec.c execptr->stop = true; stop 700 src/exec.c if((execmode.monitor == true && execptr->started == false) || execptr->stop == true || execmode.step == true || getbps(sys->cpu->pr) == true) stop 708 src/exec.c if(execmode.monitor == false && (execptr->start == false || execptr->stop == true)) { stop 735 src/exec.c if(execptr->stop == true) { stop 374 src/monitor.c execptr->stop = true; stop 347 src/struct.c execptr->stop = false; stop 374 src/struct.c execptr->stop = false; stop 387 src/struct.c execptr->stop = false;