Scm_GenericApplyGeneric  147 src/class.c    SCM_DEFINE_GENERIC(Scm_GenericApplyGeneric, Scm_NoNextMethod, NULL);
Scm_GenericApplyGeneric 3075 src/class.c        GINIT(&Scm_GenericApplyGeneric, "apply-generic");
Scm_GenericApplyGeneric  154 src/gauche/class.h SCM_EXTERN ScmGeneric Scm_GenericApplyGeneric;
Scm_GenericApplyGeneric  923 src/vm.c                               VAL0 = SCM_OBJ(&Scm_GenericApplyGeneric);