moreset           657 src/char.c         ScmObj moreset;
moreset           716 src/char.c                     moreset = Scm_GetStandardCharSet(SCM_CHARSET_DIGIT);
moreset           720 src/char.c                     moreset = Scm_GetStandardCharSet(SCM_CHARSET_DIGIT);
moreset           724 src/char.c                     moreset = Scm_GetStandardCharSet(SCM_CHARSET_SPACE);
moreset           728 src/char.c                     moreset = Scm_GetStandardCharSet(SCM_CHARSET_SPACE);
moreset           732 src/char.c                     moreset = Scm_GetStandardCharSet(SCM_CHARSET_WORD);
moreset           736 src/char.c                     moreset = Scm_GetStandardCharSet(SCM_CHARSET_WORD);
moreset           742 src/char.c                     moreset = Scm_CharSetComplement(SCM_CHARSET(Scm_CopyCharSet(SCM_CHARSET(moreset))));
moreset           744 src/char.c                 Scm_CharSetAdd(set, SCM_CHARSET(moreset));
moreset           747 src/char.c                 moreset = read_predef_charset(input, &chars);
moreset           748 src/char.c                 if (!SCM_CHARSETP(moreset)) goto err;
moreset           749 src/char.c                 Scm_CharSetAdd(set, SCM_CHARSET(moreset));