SCM_COMPILE_NOCOMBINE  631 src/code.c         if (SCM_VM_COMPILER_FLAG_IS_SET(Scm_VM(), SCM_COMPILE_NOCOMBINE)) {
SCM_COMPILE_NOCOMBINE  585 src/gauche/vm.h     SCM_COMPILE_NOCOMBINE = (1L<<5)        /* Do not combine instructions */
SCM_COMPILE_NOCOMBINE 1761 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_NOCOMBINE__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_NOCOMBINE)));
SCM_COMPILE_NOCOMBINE  145 src/main.c             SCM_VM_COMPILER_FLAG_SET(vm, SCM_COMPILE_NOCOMBINE);