Scm_VMApply      1210 src/class.c                return Scm_VMApply(sa->initThunk, SCM_NIL);
Scm_VMApply      1222 src/class.c        Scm_VMApply(SCM_OBJ(&Scm_GenericSlotUnbound),       \
Scm_VMApply      1226 src/class.c        Scm_VMApply(SCM_OBJ(&Scm_GenericSlotMissing),       \
Scm_VMApply      1230 src/class.c        Scm_VMApply(SCM_OBJ(&Scm_GenericSlotMissing),       \
Scm_VMApply      1293 src/class.c            return Scm_VMApply(sa->schemeBoundp, SCM_LIST1(obj));
Scm_VMApply      1300 src/class.c            return Scm_VMApply(sa->schemeGetter, SCM_LIST1(obj));
Scm_VMApply      1440 src/class.c            return Scm_VMApply(sa->schemeSetter, SCM_LIST2(obj, val));
Scm_VMApply      1583 src/class.c        return Scm_VMApply(SCM_OBJ(&Scm_GenericSlotBoundUsingClassP),
Scm_VMApply       419 src/gauche.h   SCM_EXTERN ScmObj Scm_VMApply(ScmObj proc, ScmObj args);
Scm_VMApply       212 src/macro.c        return Scm_VMApply(proc, SCM_CDR(form));
Scm_VMApply        17 src/moplib.c     SCM_RETURN(Scm_VMApply(proc, arglist));
Scm_VMApply       239 src/proc.c         SCM_RETURN(Scm_VMApply(proc, args));
Scm_VMApply       275 src/proc.c         SCM_RETURN(Scm_VMApply(proc, args));
Scm_VMApply       297 src/proc.c             SCM_RETURN(Scm_VMApply(SCM_OBJ(proc), thisargs));
Scm_VMApply       318 src/proc.c         return Scm_VMApply(SCM_OBJ(&Scm_GenericObjectSetter),
Scm_VMApply        88 src/repl.c                 return Scm_VMApply(printer, Scm_VMGetResult(vm));
Scm_VMApply      3401 src/stdlib.c     if (SCM_NULLP(args)) return Scm_VMApply(proc, arg1);
Scm_VMApply      3415 src/stdlib.c     return Scm_VMApply(proc, head);
Scm_VMApply      1955 src/vm.c                       VAL0 = Scm_VMApply(VAL0, cp);