EOF 2155 ext/nkf/nkf-utf8/nkf.c } else if ((c2 == EOF) || (c2 == 0) || c2 < SP || c2 == ISO_8859_1) {
EOF 2192 ext/nkf/nkf-utf8/nkf.c } else if ((c2 == EOF) || (c2 == 0) || c2 < SP) {
EOF 2293 ext/nkf/nkf-utf8/nkf.c if (c1 == 0 || c1 == EOF){
EOF 2398 ext/nkf/nkf-utf8/nkf.c if (c1 == EOF) {
EOF 2399 ext/nkf/nkf-utf8/nkf.c (*oconv)(EOF, 0);
EOF 2502 ext/nkf/nkf-utf8/nkf.c if (c1 == EOF) {
EOF 2503 ext/nkf/nkf-utf8/nkf.c (*oconv)(EOF, 0);
EOF 2615 ext/nkf/nkf-utf8/nkf.c else if (c2 == EOF) {
EOF 2617 ext/nkf/nkf-utf8/nkf.c (*o_putc)(EOF);
EOF 2671 ext/nkf/nkf-utf8/nkf.c if (c2 == EOF) {
EOF 2672 ext/nkf/nkf-utf8/nkf.c (*o_putc)(EOF);
EOF 2742 ext/nkf/nkf-utf8/nkf.c if (c2 == EOF) {
EOF 2743 ext/nkf/nkf-utf8/nkf.c (*o_putc)(EOF);
EOF 2811 ext/nkf/nkf-utf8/nkf.c if (c2 == EOF) {
EOF 2812 ext/nkf/nkf-utf8/nkf.c (*o_putc)(EOF);
EOF 2869 ext/nkf/nkf-utf8/nkf.c if (c2 == EOF) {
EOF 2870 ext/nkf/nkf-utf8/nkf.c (*o_putc)(EOF);
EOF 2921 ext/nkf/nkf-utf8/nkf.c if (c2 == EOF) {
EOF 2922 ext/nkf/nkf-utf8/nkf.c (*o_putc)(EOF);
EOF 3350 ext/nkf/nkf-utf8/nkf.c if(c!=EOF)
EOF 3361 ext/nkf/nkf-utf8/nkf.c return (EOF);
EOF 3363 ext/nkf/nkf-utf8/nkf.c return ((hold_count >= HOLD_SIZE*2) ? EOF : hold_count);
EOF 3382 ext/nkf/nkf-utf8/nkf.c while ((c2 = (*i_getc)(f)) != EOF) {
EOF 3388 ext/nkf/nkf-utf8/nkf.c if (push_hold_buf(c2) == EOF || estab_f) {
EOF 3396 ext/nkf/nkf-utf8/nkf.c if (c2 == EOF) {
EOF 3439 ext/nkf/nkf-utf8/nkf.c if (c2 == EOF){
EOF 3440 ext/nkf/nkf-utf8/nkf.c c4 = EOF;
EOF 3451 ext/nkf/nkf-utf8/nkf.c } else if ((c3 = (*i_getc)(f)) == EOF) {
EOF 3452 ext/nkf/nkf-utf8/nkf.c ret = EOF;
EOF 3458 ext/nkf/nkf-utf8/nkf.c } else if ((c4 = (*i_getc)(f)) == EOF) {
EOF 3459 ext/nkf/nkf-utf8/nkf.c c3 = ret = EOF;
EOF 3470 ext/nkf/nkf-utf8/nkf.c } else if ((c3 = (*i_getc)(f)) == EOF) {
EOF 3477 ext/nkf/nkf-utf8/nkf.c } else if ((c4 = (*i_getc)(f)) == EOF) {
EOF 3503 ext/nkf/nkf-utf8/nkf.c } else if ((c3 = (*i_getc)(f)) == EOF) {
EOF 3504 ext/nkf/nkf-utf8/nkf.c ret = EOF;
EOF 3515 ext/nkf/nkf-utf8/nkf.c } else if ((c4 = (*i_getc)(f)) == EOF) {
EOF 3522 ext/nkf/nkf-utf8/nkf.c } else if ((c5 = (*i_getc)(f)) == EOF) {
EOF 3533 ext/nkf/nkf-utf8/nkf.c } else if ((c6 = (*i_getc)(f)) == EOF) {
EOF 3566 ext/nkf/nkf-utf8/nkf.c if (c3 == EOF) break;
EOF 3739 ext/nkf/nkf-utf8/nkf.c if (guess_f && input_eol != EOF) {
EOF 3742 ext/nkf/nkf-utf8/nkf.c else if (input_eol != (prev_cr ? CRLF : LF)) input_eol = EOF;
EOF 3743 ext/nkf/nkf-utf8/nkf.c } else if (c2 == 0 && c1 == CR && input_eol == LF) input_eol = EOF;
EOF 3746 ext/nkf/nkf-utf8/nkf.c else if (input_eol != CR) input_eol = EOF;
EOF 3827 ext/nkf/nkf-utf8/nkf.c } else if (c2==EOF && f_line != 0) { /* close open last line */
EOF 4026 ext/nkf/nkf-utf8/nkf.c if (c2 == EOF) {
EOF 4389 ext/nkf/nkf-utf8/nkf.c while((c=(*i_getc)(f))!=EOF) {
EOF 4430 ext/nkf/nkf-utf8/nkf.c if (((r[i] = c1 = (*i_getc)(f))==EOF) || nkf_toupper(c1) != p[i]) {
EOF 4494 ext/nkf/nkf-utf8/nkf.c if (!(++i<MAXRECOVER) || c1==EOF) break;
EOF 4503 ext/nkf/nkf-utf8/nkf.c if (!(++i<MAXRECOVER) || c1==EOF) break;
EOF 4601 ext/nkf/nkf-utf8/nkf.c input_eol == EOF ? " (MIXED NL)" :
EOF 4731 ext/nkf/nkf-utf8/nkf.c if (c == EOF || c > 0xFF || (c & 0xc0) == 0x80) return c;
EOF 4742 ext/nkf/nkf-utf8/nkf.c if (c == EOF) {
EOF 4827 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_mgetc)(f)) == EOF) return (EOF);
EOF 4839 ext/nkf/nkf-utf8/nkf.c if ((c2 = (*i_mgetc)(f)) == EOF) return (EOF);
EOF 4845 ext/nkf/nkf-utf8/nkf.c while ((c1=(*i_getc)(f))!=EOF) {
EOF 4850 ext/nkf/nkf-utf8/nkf.c if ((c1=(*i_getc)(f))!=EOF && nkf_isblank(c1)) {
EOF 4858 ext/nkf/nkf-utf8/nkf.c if ((c1=(*i_getc)(f))!=EOF && c1 == LF) {
EOF 4859 ext/nkf/nkf-utf8/nkf.c if ((c1=(*i_getc)(f))!=EOF && nkf_isblank(c1)) {
EOF 4895 ext/nkf/nkf-utf8/nkf.c if (c1 == EOF) return (EOF);
EOF 4905 ext/nkf/nkf-utf8/nkf.c if ((c3 = (*i_mgetc)(f)) == EOF) return (EOF);
EOF 4929 ext/nkf/nkf-utf8/nkf.c if (c1==EOF)
EOF 4930 ext/nkf/nkf-utf8/nkf.c return (EOF);
EOF 4934 ext/nkf/nkf-utf8/nkf.c if (c2==EOF)
EOF 4935 ext/nkf/nkf-utf8/nkf.c return (EOF);
EOF 4944 ext/nkf/nkf-utf8/nkf.c while ((c1=(*i_getc)(f))!=EOF) {
EOF 4949 ext/nkf/nkf-utf8/nkf.c if ((c1=(*i_getc)(f))!=EOF && nkf_isblank(c1)) {
EOF 4957 ext/nkf/nkf-utf8/nkf.c if ((c1=(*i_getc)(f))!=EOF) {
EOF 4961 ext/nkf/nkf-utf8/nkf.c } else if ((c1=(*i_getc)(f))!=EOF && nkf_isblank(c1)) {
EOF 4997 ext/nkf/nkf-utf8/nkf.c if (c3==EOF)
EOF 4998 ext/nkf/nkf-utf8/nkf.c return (EOF);
EOF 5005 ext/nkf/nkf-utf8/nkf.c if (c4==EOF)
EOF 5006 ext/nkf/nkf-utf8/nkf.c return (EOF);
EOF 5097 ext/nkf/nkf-utf8/nkf.c if (c2 == EOF){
EOF 5099 ext/nkf/nkf-utf8/nkf.c (*o_base64conv)(EOF,0);
EOF 5106 ext/nkf/nkf-utf8/nkf.c (*o_base64conv)(EOF,0);
EOF 5114 ext/nkf/nkf-utf8/nkf.c if (c2 != EOF && base64_count + mimeout_state.count/3*4> 60) {
EOF 5117 ext/nkf/nkf-utf8/nkf.c (*o_base64conv)(EOF,0);
EOF 5226 ext/nkf/nkf-utf8/nkf.c if (c == EOF) { /* c==EOF */
EOF 5230 ext/nkf/nkf-utf8/nkf.c if (c != EOF) { /* c==EOF */
EOF 5238 ext/nkf/nkf-utf8/nkf.c if (c == EOF) { /* c==EOF */
EOF 5529 ext/nkf/nkf-utf8/nkf.c if (c != EOF) {
EOF 5530 ext/nkf/nkf-utf8/nkf.c while ((c = (*i_getc)(f)) != EOF) {
EOF 5814 ext/nkf/nkf-utf8/nkf.c while ((c = (*i_getc)(f)) != EOF)
EOF 5816 ext/nkf/nkf-utf8/nkf.c (*o_putc)(EOF);
EOF 5858 ext/nkf/nkf-utf8/nkf.c while ((c1 = (*i_getc)(f)) != EOF &&
EOF 5859 ext/nkf/nkf-utf8/nkf.c (c2 = (*i_getc)(f)) != EOF &&
EOF 5860 ext/nkf/nkf-utf8/nkf.c (c3 = (*i_getc)(f)) != EOF &&
EOF 5861 ext/nkf/nkf-utf8/nkf.c (c4 = (*i_getc)(f)) != EOF) {
EOF 5864 ext/nkf/nkf-utf8/nkf.c if ((c5 = (*i_getc)(f)) != EOF &&
EOF 5865 ext/nkf/nkf-utf8/nkf.c (c6 = (*i_getc)(f)) != EOF &&
EOF 5866 ext/nkf/nkf-utf8/nkf.c (c7 = (*i_getc)(f)) != EOF &&
EOF 5867 ext/nkf/nkf-utf8/nkf.c (c8 = (*i_getc)(f)) != EOF) {
EOF 5883 ext/nkf/nkf-utf8/nkf.c while ((c1 = (*i_getc)(f)) != EOF &&
EOF 5884 ext/nkf/nkf-utf8/nkf.c (c2 = (*i_getc)(f)) != EOF) {
EOF 5887 ext/nkf/nkf-utf8/nkf.c (c3 = (*i_getc)(f)) != EOF &&
EOF 5888 ext/nkf/nkf-utf8/nkf.c (c4 = (*i_getc)(f)) != EOF) {
EOF 5891 ext/nkf/nkf-utf8/nkf.c if ((c3 = (*i_getc)(f)) != EOF &&
EOF 5892 ext/nkf/nkf-utf8/nkf.c (c4 = (*i_getc)(f)) != EOF) {
EOF 5907 ext/nkf/nkf-utf8/nkf.c while ((c1 = (*i_getc)(f)) != EOF) {
EOF 5919 ext/nkf/nkf-utf8/nkf.c if (h_conv(f, c2, c1)==EOF) {
EOF 6000 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) {
EOF 6007 ext/nkf/nkf-utf8/nkf.c if (mime_begin_strict(f) == EOF)
EOF 6010 ext/nkf/nkf-utf8/nkf.c } else if (mime_begin(f) == EOF)
EOF 6029 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) {
EOF 6035 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) {
EOF 6043 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) {
EOF 6054 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) {
EOF 6097 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) {
EOF 6126 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) {
EOF 6161 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) {
EOF 6166 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) {
EOF 6180 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) LAST;
EOF 6183 ext/nkf/nkf-utf8/nkf.c if ((c1 = (*i_getc)(f)) == EOF) LAST;
EOF 6205 ext/nkf/nkf-utf8/nkf.c if ((c1=(*i_getc)(f))!=EOF && c1 == SP) {
EOF 6214 ext/nkf/nkf-utf8/nkf.c if ((c1=(*i_getc)(f))!=EOF) {
EOF 6218 ext/nkf/nkf-utf8/nkf.c } else if (c1 == LF && (c1=(*i_getc)(f))!=EOF && c1 == SP) {
EOF 6241 ext/nkf/nkf-utf8/nkf.c if ((c3 = (*i_getc)(f)) != EOF) {
EOF 6244 ext/nkf/nkf-utf8/nkf.c if ((c4 = (*i_getc)(f)) != EOF) {
EOF 6252 ext/nkf/nkf-utf8/nkf.c if ((c3 = (*i_getc)(f)) != EOF) {
EOF 6253 ext/nkf/nkf-utf8/nkf.c if ((c4 = (*i_getc)(f)) != EOF) {
EOF 6269 ext/nkf/nkf-utf8/nkf.c if ((c3 = (*i_getc)(f)) != EOF) {
EOF 6274 ext/nkf/nkf-utf8/nkf.c if ((c4 = (*i_getc)(f)) != EOF) {
EOF 6275 ext/nkf/nkf-utf8/nkf.c if ((c5 = (*i_getc)(f)) != EOF) {
EOF 6276 ext/nkf/nkf-utf8/nkf.c if ((c6 = (*i_getc)(f)) != EOF) {
EOF 6331 ext/nkf/nkf-utf8/nkf.c (*iconv)(EOF, 0, 0);
EOF 138 ext/readline/readline.c #define rl_getc(f) EOF
EOF 186 ext/readline/readline.c return EOF;
EOF 189 ext/readline/readline.c return EOF;
EOF 212 ext/readline/readline.c data.ret = EOF;
EOF 215 ext/readline/readline.c if (data.ret == EOF) {
EOF 217 ext/readline/readline.c return EOF;
EOF 13090 ext/ripper/ripper.c case EOF:
EOF 7341 ext/ripper/ripper.y case EOF:
EOF 2885 io.c return EOF;
EOF 2918 io.c return EOF;
EOF 3113 io.c while ((c = appendline(fptr, newline, &str, &limit)) != EOF) {
EOF 3144 io.c if (rspara && c != EOF)
EOF 1027 pack.c long i = 0, n = 0, prev = EOF;
EOF 1039 pack.c prev = EOF;
EOF 13014 parse.c case EOF:
EOF 7341 parse.y case EOF:
EOF 1275 sprintf.c return (EOF);
EOF 1293 sprintf.c return (EOF);
EOF 1230 vsnprintf.c return (BSD__sferror(fp) ? EOF : ret);