SCM_ERROR_BEING_REPORTED  847 src/error.c        if (SCM_VM_RUNTIME_FLAG_IS_SET(vm, SCM_ERROR_BEING_REPORTED)) {
SCM_ERROR_BEING_REPORTED  861 src/error.c        SCM_VM_RUNTIME_FLAG_SET(vm, SCM_ERROR_BEING_REPORTED);
SCM_ERROR_BEING_REPORTED  873 src/error.c            SCM_VM_RUNTIME_FLAG_CLEAR(vm, SCM_ERROR_BEING_REPORTED);
SCM_ERROR_BEING_REPORTED  876 src/error.c        SCM_VM_RUNTIME_FLAG_CLEAR(vm, SCM_ERROR_BEING_REPORTED);
SCM_ERROR_BEING_REPORTED  538 src/gauche/vm.h     SCM_ERROR_BEING_REPORTED = (1L<<1), /* we're in an error reporter */
SCM_ERROR_BEING_REPORTED 3234 src/vm.c                   SCM_VM_RUNTIME_FLAG_SET(vm, SCM_ERROR_BEING_REPORTED);
SCM_ERROR_BEING_REPORTED 3320 src/vm.c           SCM_VM_RUNTIME_FLAG_CLEAR(vm, SCM_ERROR_BEING_REPORTED);
SCM_ERROR_BEING_REPORTED 3331 src/vm.c               SCM_VM_RUNTIME_FLAG_SET(vm, SCM_ERROR_BEING_REPORTED);
SCM_ERROR_BEING_REPORTED 3355 src/vm.c               SCM_VM_RUNTIME_FLAG_IS_SET(vm, SCM_ERROR_BEING_REPORTED);