EOF 339 global/global.c while ((optchar = getopt_long(argc, argv, "acde:ifgGIlL:noOpPqrstTuvVx", long_options, &option_index)) != EOF) { EOF 327 gtags-cscope/command.c while ((c = getc(refsfound)) != EOF) { EOF 384 gtags-cscope/command.c while ((c = getc(refsfound)) != EOF) { EOF 520 gtags-cscope/command.c if ((commandc = mygetch()) == EOF) { EOF 608 gtags-cscope/command.c if ((c = getc(file)) == EOF) { /* if file is empty */ EOF 616 gtags-cscope/command.c while ((c = getc(file)) != EOF) { EOF 664 gtags-cscope/command.c if ((c = mygetch()) == EOF EOF 916 gtags-cscope/command.c function, linenum, tempstring)) != EOF) { EOF 477 gtags-cscope/display.c if ((c = getc(refsfound)) == EOF) { EOF 678 gtags-cscope/display.c while (nextline < line && (c = getc(refsfound)) != EOF) { EOF 93 gtags-cscope/edit.c if ((c = mygetch()) == EOF || c == ctrl('D') || c == ctrl('Z')) { EOF 444 gtags-cscope/gtags-cscope.c while ((c = getc(refsfound)) != EOF) EOF 477 gtags-cscope/gtags-cscope.c while ((c = getc(refsfound)) != EOF) { EOF 534 gtags-cscope/gtags-cscope.c if ((c = mygetch()) == EOF || c == ctrl('D') || c == ctrl('Z')) { EOF 221 gtags-cscope/input.c } else if (c == EOF) { /* end-of-file */ EOF 179 gtags/gtags.c while ((optchar = getopt_long(argc, argv, "cd:f:iIn:oOqvwse", long_options, &option_index)) != EOF) { EOF 702 htags/asm.c (c = getc( asm_in )) != EOF && c != '\n'; ++n ) \ EOF 706 htags/asm.c if ( c == EOF && ferror( asm_in ) ) \ EOF 947 htags/asm.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) EOF 949 htags/asm.c if (c == EOF) EOF 964 htags/asm.c while ((c = input()) && c != EOF && c != '\n' && c != sep) EOF 967 htags/asm.c if (c == EOF) EOF 1485 htags/asm.c return EOF; EOF 738 htags/c.c (c = getc( c_in )) != EOF && c != '\n'; ++n ) \ EOF 742 htags/c.c if ( c == EOF && ferror( c_in ) ) \ EOF 992 htags/c.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) EOF 994 htags/c.c if (c == EOF) EOF 1009 htags/c.c while ((c = input()) && c != EOF && c != '\n' && c != sep) EOF 1012 htags/c.c if (c == EOF) EOF 1618 htags/c.c return EOF; EOF 246 htags/common.c while ((c = fgetc(ip)) != EOF) { EOF 702 htags/cpp.c (c = getc( cpp_in )) != EOF && c != '\n'; ++n ) \ EOF 706 htags/cpp.c if ( c == EOF && ferror( cpp_in ) ) \ EOF 947 htags/cpp.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) EOF 949 htags/cpp.c if (c == EOF) EOF 964 htags/cpp.c while ((c = input()) && c != EOF && c != sep && c != '\n') EOF 967 htags/cpp.c if (c == EOF) EOF 1483 htags/cpp.c return EOF; EOF 1580 htags/htags.c while ((optchar = getopt_long(argc, argv, "acd:DfFghIm:noqst:Tvwx", long_options, &option_index)) != EOF) { EOF 679 htags/java.c (c = getc( java_in )) != EOF && c != '\n'; ++n ) \ EOF 683 htags/java.c if ( c == EOF && ferror( java_in ) ) \ EOF 907 htags/java.c while ((c = input()) && c != EOF && c != '\n' && c != ';') EOF 909 htags/java.c if (c == EOF) EOF 1386 htags/java.c return EOF; EOF 780 htags/php.c (c = getc( php_in )) != EOF && c != '\n'; ++n ) \ EOF 784 htags/php.c if ( c == EOF && ferror( php_in ) ) \ EOF 1090 htags/php.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) EOF 1092 htags/php.c if (c == EOF) EOF 1102 htags/php.c if (c == EOF) EOF 1110 htags/php.c while ((c = input()) && c != EOF && c != '\n' && c != sep) EOF 1113 htags/php.c if (c == EOF) EOF 1661 htags/php.c return EOF; EOF 120 libparser/C.c while ((cc = nexttoken(interested, c_reserved_word)) != EOF) { EOF 251 libparser/C.c while ((c = nexttoken("()", c_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')') EOF 269 libparser/C.c while ((c = nexttoken(interested, c_reserved_word)) != EOF && c != '\n') EOF 349 libparser/C.c if ((param->flags & PARSER_WARNING) && c == EOF) { EOF 374 libparser/C.c for (; c != EOF; c = nexttoken(interest_enum, c_reserved_word)) { EOF 406 libparser/C.c if ((param->flags & PARSER_WARNING) && c == EOF) { EOF 414 libparser/C.c while ((c = nexttoken("(),;", c_reserved_word)) != EOF) { EOF 453 libparser/C.c if (c == EOF) EOF 488 libparser/C.c while ((c = nexttoken("()", c_reserved_word)) != EOF) { EOF 515 libparser/C.c while ((c = nexttoken("()", c_reserved_word)) != EOF) { EOF 543 libparser/C.c if (c == EOF) EOF 546 libparser/C.c while ((c = nexttoken(",;[](){}=", c_reserved_word)) != EOF) { EOF 641 libparser/C.c while ((cc = nexttoken(NULL, c_reserved_word)) != EOF && cc != '\n') { EOF 657 libparser/C.c for (; c != EOF; c = nexttoken("{}(),=", c_reserved_word)) { EOF 99 libparser/Cpp.c while ((cc = nexttoken(interested, cpp_reserved_word)) != EOF) { EOF 276 libparser/Cpp.c while ((c = nexttoken("()", cpp_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')') EOF 294 libparser/Cpp.c while ((c = nexttoken(interested, cpp_reserved_word)) != EOF && c != '\n') EOF 335 libparser/Cpp.c while ((c = nexttoken("<>", cpp_reserved_word)) != EOF) { EOF 345 libparser/Cpp.c if (c == EOF && (param->flags & PARSER_WARNING)) EOF 350 libparser/Cpp.c while ((c = nexttoken(";{", /* } */ cpp_reserved_word)) != EOF) { EOF 360 libparser/Cpp.c if (c == EOF && (param->flags & PARSER_WARNING)) EOF 401 libparser/Cpp.c if ((param->flags & PARSER_WARNING) && c == EOF) { EOF 425 libparser/Cpp.c for (; c != EOF; c = nexttoken(interest_enum, cpp_reserved_word)) { EOF 457 libparser/Cpp.c if ((param->flags & PARSER_WARNING) && c == EOF) { EOF 465 libparser/Cpp.c while ((c = nexttoken("(),;", cpp_reserved_word)) != EOF) { EOF 504 libparser/Cpp.c if (c == EOF) EOF 539 libparser/Cpp.c while ((c = nexttoken("()", cpp_reserved_word)) != EOF) { EOF 563 libparser/Cpp.c while ((c = nexttoken("()", cpp_reserved_word)) != EOF) { EOF 586 libparser/Cpp.c if (c == EOF) EOF 593 libparser/Cpp.c while ((c = nexttoken(",;[](){}=", cpp_reserved_word)) != EOF) { EOF 684 libparser/Cpp.c while ((cc = nexttoken(NULL, cpp_reserved_word)) != EOF && cc != '\n') { EOF 701 libparser/Cpp.c for (; c != EOF; c = nexttoken("{}(),=", cpp_reserved_word)) { EOF 850 libparser/asm_scan.c (c = getc( asm_in )) != EOF && c != '\n'; ++n ) \ EOF 854 libparser/asm_scan.c if ( c == EOF && ferror( asm_in ) ) \ EOF 1713 libparser/asm_scan.c return EOF; EOF 67 libparser/java.c while ((c = nexttoken(interested, java_reserved_word)) != EOF) { EOF 908 libparser/php.c (c = getc( php_in )) != EOF && c != '\n'; ++n ) \ EOF 912 libparser/php.c if ( c == EOF && ferror( php_in ) ) \ EOF 1152 libparser/php.c while ((c = input()) != EOF) { EOF 1155 libparser/php.c while ((c = input()) != EOF && c == '*') EOF 1158 libparser/php.c if (c == EOF || c == '/') EOF 1162 libparser/php.c if (c == EOF) EOF 1767 libparser/php.c return EOF; EOF 98 libutil/tab.c if (c == EOF) { EOF 126 libutil/token.c while ((c = nextchar()) != EOF && isspace(c)) EOF 129 libutil/token.c while ((c = nextchar()) != EOF && isspace(c) && c != '\n') EOF 131 libutil/token.c if (c == EOF || c == '\n') EOF 137 libutil/token.c while ((c = nextchar()) != EOF) { EOF 142 libutil/token.c if (c == '\\' && (c = nextchar()) == EOF) EOF 147 libutil/token.c while ((c = nextchar()) != EOF) EOF 153 libutil/token.c while ((c = nextchar()) != EOF) { EOF 166 libutil/token.c while ((c = nextchar()) != EOF && (c == '.' || isalnum(c))) EOF 220 libutil/token.c for (*p++ = c; (c = nextchar()) != EOF && (c & 0x80 || isalnum(c) || c == '_');) { EOF 230 libutil/token.c if (c != EOF) EOF 274 libutil/token.c while ((c = nextchar()) != EOF && c != '\n') { EOF 277 libutil/token.c while ((c = nextchar()) != EOF) EOF 284 libutil/token.c while ((c = nextchar()) != EOF) { EOF 304 libutil/token.c if (c != EOF) EOF 313 libutil/token.c while ((c = getc(ip)) != EOF) { EOF 315 libutil/token.c while ((c = getc(ip)) != EOF) { EOF 327 libutil/token.c while ((c = getc(ip)) != EOF) EOF 332 libutil/token.c while ((c = getc(ip)) != EOF) { EOF 42 libutil/token.h EOF : \