SCM_CHARSETP      748 src/char.c                 if (!SCM_CHARSETP(moreset)) goto err;
SCM_CHARSETP     1295 src/extlib.c   SCM_RESULT = SCM_CHARSETP(obj);
SCM_CHARSETP     1321 src/extlib.c     if (!SCM_CHARSETP(x_scm)) Scm_Error("char-set required, but got %S", x_scm);
SCM_CHARSETP     1324 src/extlib.c     if (!SCM_CHARSETP(y_scm)) Scm_Error("char-set required, but got %S", y_scm);
SCM_CHARSETP     1346 src/extlib.c     if (!SCM_CHARSETP(x_scm)) Scm_Error("char-set required, but got %S", x_scm);
SCM_CHARSETP     1349 src/extlib.c     if (!SCM_CHARSETP(y_scm)) Scm_Error("char-set required, but got %S", y_scm);
SCM_CHARSETP     1387 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
SCM_CHARSETP     1409 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
SCM_CHARSETP     1432 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
SCM_CHARSETP     1463 src/extlib.c     if (!SCM_CHARSETP(dst_scm)) Scm_Error("char-set required, but got %S", dst_scm);
SCM_CHARSETP     1466 src/extlib.c     if (!SCM_CHARSETP(src_scm)) Scm_Error("char-set required, but got %S", src_scm);
SCM_CHARSETP     1488 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
SCM_CHARSETP     1511 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
SCM_CHARSETP     1531 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
SCM_CHARSETP     1572 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
SCM_CHARSETP      748 src/regexp.c       if (!SCM_CHARSETP(set)) {
SCM_CHARSETP      871 src/regexp.c               SCM_ASSERT(SCM_CHARSETP(SCM_CDR(x)));
SCM_CHARSETP      872 src/regexp.c               if (SCM_CHARP(y) || SCM_CHARSETP(y)) {
SCM_CHARSETP      890 src/regexp.c       if (SCM_CHARSETP(x)) {
SCM_CHARSETP      894 src/regexp.c           if (SCM_CHARSETP(y)) {
SCM_CHARSETP     1042 src/regexp.c           if (SCM_CHARSETP(ast)) {
SCM_CHARSETP     1087 src/regexp.c           SCM_ASSERT(SCM_CHARSETP(cs));
SCM_CHARSETP     1120 src/regexp.c               if (SCM_CHARSETP(elem)) {
SCM_CHARSETP     1127 src/regexp.c                   SCM_ASSERT(SCM_CHARSETP(elem));
SCM_CHARSETP     1525 src/regexp.c           if (SCM_CHARSETP(ast)) {
SCM_CHARSETP     1547 src/regexp.c           if (!SCM_CHARSETP(SCM_CDR(ast))) goto badast;