started           138 include/struct.h     bool started; /**<開始済みフラグ */
started           700 src/exec.c             if((execmode.monitor == true && execptr->started == false) || execptr->stop == true || execmode.step == true || getbps(sys->cpu->pr) == true)
started           703 src/exec.c                 if(execptr->started == false) {
started           704 src/exec.c                     execptr->started = true;