SCM_EOF            72 ext/binary/binary.c     if ((b = Scm_Getb(iport)) == EOF) return SCM_EOF;
SCM_EOF            81 ext/binary/binary.c     if ((b = Scm_Getb(iport)) == EOF) return SCM_EOF;
SCM_EOF           189 ext/binary/binary.c     if (getbytes(v.buf, 2, sport) == EOF) return SCM_EOF;
SCM_EOF           197 ext/binary/binary.c     if (getbytes(v.buf, 2, sport) == EOF) return SCM_EOF;
SCM_EOF           205 ext/binary/binary.c     if (getbytes(v.buf, 4, sport) == EOF) return SCM_EOF;
SCM_EOF           213 ext/binary/binary.c     if (getbytes(v.buf, 4, sport) == EOF) return SCM_EOF;
SCM_EOF           221 ext/binary/binary.c     if (getbytes(v.buf, 8, sport) == EOF) return SCM_EOF;
SCM_EOF           229 ext/binary/binary.c     if (getbytes(v.buf, 8, sport) == EOF) return SCM_EOF;
SCM_EOF           237 ext/binary/binary.c     if (getbytes(v.buf, 4, sport) == EOF) return SCM_EOF;
SCM_EOF           245 ext/binary/binary.c     if (getbytes(v.buf, 8, sport) == EOF) return SCM_EOF;
SCM_EOF          9693 ext/uvector/uvector.c     if (r == EOF) SCM_RETURN(SCM_EOF);
SCM_EOF          3873 src/extlib.c     SCM_RETURN((b < 0)? SCM_EOF : SCM_MAKE_INT(b));
SCM_EOF          3897 src/extlib.c     SCM_RETURN((b < 0)? SCM_EOF : SCM_MAKE_INT(b));
SCM_EOF          3966 src/extlib.c       SCM_RETURN(SCM_EOF);
SCM_EOF           207 src/gauche.h   #define SCM_EOFP(obj)       ((obj) == SCM_EOF)
SCM_EOF           764 src/portapi.c      if (b1 == EOF) return SCM_EOF;
SCM_EOF           430 src/read.c                         if (c == EOF) return SCM_EOF;
SCM_EOF           467 src/read.c                             return SCM_EOF;
SCM_EOF           537 src/read.c             return SCM_EOF;
SCM_EOF           326 src/regexp.c       if (ch == SCM_CHAR_INVALID) return SCM_EOF;
SCM_EOF          3813 src/stdlib.c     if (ch == EOF) SCM_RETURN(SCM_EOF);
SCM_EOF          3838 src/stdlib.c     ScmObj r = (ch == SCM_CHAR_INVALID)? SCM_EOF : SCM_MAKE_CHAR(ch);
SCM_EOF          1272 src/string.c           if (sp->index >= sp->size) return SCM_EOF;
SCM_EOF          1275 src/string.c           if (sp->index >= sp->length) return SCM_EOF;
SCM_EOF          1285 src/string.c           if (sp->index >= sp->size) return SCM_EOF;
SCM_EOF          1289 src/string.c           if (sp->index >= sp->length) return SCM_EOF;
SCM_EOF          1300 src/string.c       if (sp->index <= 0) return SCM_EOF;
SCM_EOF          2354 src/vm.c                       VAL0 = (ch < 0)? SCM_EOF : SCM_MAKE_CHAR(ch);
SCM_EOF          2370 src/vm.c                       VAL0 = (ch < 0)? SCM_EOF : SCM_MAKE_CHAR(ch);
SCM_EOF           416 src/write.c                    CASE_ITAG(SCM_EOF,       "#<eof>");