SCM_VM_NEW        162 ext/threads/threads.c     if (vm->state != SCM_VM_NEW) {
SCM_VM_NEW        171 ext/threads/threads.c             vm->state = SCM_VM_NEW;
SCM_VM_NEW       5285 src/extlib.c       case SCM_VM_NEW:        state = "new"; break;
SCM_VM_NEW        453 src/gauche/vm.h     SCM_VM_NEW,                 /* This VM is just created and not attached
SCM_VM_NEW        153 src/vm.c           v->state = SCM_VM_NEW;