SCM_COMPILE_NOINLINE_LOCALS  580 src/gauche/vm.h     SCM_COMPILE_NOINLINE_LOCALS = (1L<<1), /* Do not inline local procs */
SCM_COMPILE_NOINLINE_LOCALS 1331 src/intlib.c    SCM_RESULT = (SCM_VM_COMPILER_FLAG_IS_SET(Scm_VM(), SCM_COMPILE_NOINLINE_LOCALS));
SCM_COMPILE_NOINLINE_LOCALS 1769 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_NOINLINE_LOCALS__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_NOINLINE_LOCALS)));
SCM_COMPILE_NOINLINE_LOCALS  116 src/main.c             SCM_VM_COMPILER_FLAG_SET(vm, SCM_COMPILE_NOINLINE_LOCALS);
SCM_COMPILE_NOINLINE_LOCALS  123 src/main.c             SCM_VM_COMPILER_FLAG_SET(vm, SCM_COMPILE_NOINLINE_LOCALS);