Scm_Memq          994 src/class.c            if (SCM_FALSEP(Scm_Memq(super->directSubclasses, SCM_OBJ(sub)))) {
Scm_Memq         1020 src/class.c            if (SCM_FALSEP(Scm_Memq(super->directMethods, SCM_OBJ(m)))) {
Scm_Memq         2300 src/class.c        if (SCM_FALSEP(Scm_Memq(SCM_OBJ(m), newc->directMethods))) {
Scm_Memq         2335 src/class.c        if (!SCM_FALSEP(Scm_Memq(SCM_OBJ(method), gf->methods)))
Scm_Memq          314 src/code.c         if (!SCM_FALSEP(Scm_Memq(obj, b->constants))) return;
Scm_Memq          255 src/compaux.c      if (!SCM_FALSEP(Scm_Memq(form, history))) return form;
Scm_Memq          848 src/gauche.h   SCM_EXTERN ScmObj Scm_Memq(ScmObj obj, ScmObj list);
Scm_Memq          647 src/list.c                     if (!SCM_FALSEP(Scm_Memq(h, SCM_CDR(*tp)))) {
Scm_Memq          224 src/module.c                       if (!SCM_FALSEP(Scm_Memq(SCM_CAR(mp), more_searched))) {
Scm_Memq          766 src/regexp.c       if (SCM_FALSEP(Scm_Memq(SCM_OBJ(cs), ctx->sets))) {
Scm_Memq         1859 src/stdlib.c   SCM_RESULT = Scm_Memq(obj, list);
Scm_Memq         1838 src/vm.c                       VAL0 = Scm_Memq(item, VAL0);
Scm_Memq         3400 src/vm.c               if (!SCM_FALSEP(Scm_Memq(SCM_CAR(p), target))) break;
Scm_Memq         3406 src/vm.c               if (!SCM_FALSEP(Scm_Memq(SCM_CAR(p), current))) continue;