EOF               230 global/global.c 	while ((optchar = getopt_long(argc, argv, "ace:ifgGIlnoOpPqrstTuvx", long_options, &option_index)) != EOF) {
EOF               130 gtags-cscope/gtags-cscope.c 	while ((optchar = getopt_long(argc, argv, "bCcdeF:f:hI:i:kLlp:qRs:TUuVv0123456789", long_options, &option_index)) != EOF) {
EOF               128 gtags-parser/C.c 	while ((cc = nexttoken(interested, c_reserved_word)) != EOF) {
EOF               274 gtags-parser/C.c 				while ((c = nexttoken("()", c_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')')
EOF               293 gtags-parser/C.c 			while ((c = nexttoken(interested, c_reserved_word)) != EOF && c != '\n')
EOF               327 gtags-parser/C.c 				for (; c != EOF; c = nexttoken(interested, c_reserved_word)) {
EOF               387 gtags-parser/C.c 				if (wflag && c == EOF) {
EOF               409 gtags-parser/C.c 					for (; c != EOF; c = nexttoken(interest_enum, c_reserved_word)) {
EOF               454 gtags-parser/C.c 					if (wflag && c == EOF) {
EOF               465 gtags-parser/C.c 				while ((c = nexttoken("(),;", c_reserved_word)) != EOF) {
EOF               507 gtags-parser/C.c 					if (c == EOF)
EOF               544 gtags-parser/C.c 	while ((c = nexttoken("()", c_reserved_word)) != EOF) {
EOF               577 gtags-parser/C.c 	while ((c = nexttoken("()", c_reserved_word)) != EOF) {
EOF               611 gtags-parser/C.c 	if (c == EOF)
EOF               614 gtags-parser/C.c 	while ((c = nexttoken(",;[](){}=", c_reserved_word)) != EOF) {
EOF               716 gtags-parser/C.c 	while ((cc = nexttoken(NULL, c_reserved_word)) != EOF && cc != '\n') {
EOF               106 gtags-parser/Cpp.c 	while ((cc = nexttoken(interested, cpp_reserved_word)) != EOF) {
EOF               272 gtags-parser/Cpp.c 				while ((c = nexttoken("()", cpp_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')')
EOF               291 gtags-parser/Cpp.c 			while ((c = nexttoken(interested, cpp_reserved_word)) != EOF && c != '\n')
EOF               330 gtags-parser/Cpp.c 				for (; c != EOF; c = nexttoken(interested, cpp_reserved_word)) {
EOF               361 gtags-parser/Cpp.c 				while ((c = nexttoken("<>", cpp_reserved_word)) != EOF) {
EOF               372 gtags-parser/Cpp.c 				if (c == EOF && wflag)
EOF               377 gtags-parser/Cpp.c 			while ((c = nexttoken(";{", /* } */ cpp_reserved_word)) != EOF) {
EOF               388 gtags-parser/Cpp.c 			if (c == EOF && wflag)
EOF               429 gtags-parser/Cpp.c 				if (wflag && c == EOF) {
EOF               451 gtags-parser/Cpp.c 					for (; c != EOF; c = nexttoken(interest_enum, cpp_reserved_word)) {
EOF               496 gtags-parser/Cpp.c 					if (wflag && c == EOF) {
EOF               507 gtags-parser/Cpp.c 				while ((c = nexttoken("(),;", cpp_reserved_word)) != EOF) {
EOF               549 gtags-parser/Cpp.c 					if (c == EOF)
EOF               586 gtags-parser/Cpp.c 	while ((c = nexttoken("()", cpp_reserved_word)) != EOF) {
EOF               616 gtags-parser/Cpp.c 	while ((c = nexttoken("()", cpp_reserved_word)) != EOF) {
EOF               646 gtags-parser/Cpp.c 	if (c == EOF)
EOF               653 gtags-parser/Cpp.c 	while ((c = nexttoken(",;[](){}=", cpp_reserved_word)) != EOF) {
EOF               750 gtags-parser/Cpp.c 	while ((cc = nexttoken(NULL, cpp_reserved_word)) != EOF && cc != '\n') {
EOF               778 gtags-parser/asm_scan.c 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF               782 gtags-parser/asm_scan.c 		if ( c == EOF && ferror( yyin ) ) \
EOF              1622 gtags-parser/asm_scan.c 						return EOF;
EOF               165 gtags-parser/gctags.c 	while ((optchar = getopt_long(argc, argv, "bdenqrstvw", long_options, &option_index)) != EOF) {
EOF                75 gtags-parser/java.c 	while ((c = nexttoken(interested, java_reserved_word)) != EOF) {
EOF               776 gtags-parser/php.c 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF               780 gtags-parser/php.c 		if ( c == EOF && ferror( yyin ) ) \
EOF              1000 gtags-parser/php.c 				while ((c = input()) != EOF) {
EOF              1003 gtags-parser/php.c 						while ((c = input()) != EOF && c == '*')
EOF              1006 gtags-parser/php.c 						if (c == EOF || c == '/')
EOF              1010 gtags-parser/php.c 				if (c == EOF)
EOF              1661 gtags-parser/php.c 						return EOF;
EOF               161 gtags/gtags.c  	while ((optchar = getopt_long(argc, argv, "f:iIn:oqvwse", long_options, &option_index)) != EOF) {
EOF               599 htags/asm.c    			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF               603 htags/asm.c    		if ( c == EOF && ferror( yyin ) ) \
EOF              1370 htags/asm.c    						return EOF;
EOF               635 htags/c.c      			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF               639 htags/c.c      		if ( c == EOF && ferror( yyin ) ) \
EOF              1501 htags/c.c      					if ( yywrap() )
EOF               233 htags/common.c 	while ((c = fgetc(ip)) != EOF) {
EOF               599 htags/cpp.c    			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF               603 htags/cpp.c    		if ( c == EOF && ferror( yyin ) ) \
EOF              1368 htags/cpp.c    						return EOF;
EOF              1456 htags/htags.c  	while ((optchar = getopt_long(argc, argv, "acCd:DfFghIm:noqsS:t:Tvwx", long_options, &option_index)) != EOF) {
EOF               576 htags/java.c   			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF               580 htags/java.c   		if ( c == EOF && ferror( yyin ) ) \
EOF              1274 htags/java.c   						return EOF;
EOF               660 htags/php.c    			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
EOF               664 htags/php.c    		if ( c == EOF && ferror( yyin ) ) \
EOF              1517 htags/php.c    						return EOF;
EOF               447 libglibc/getopt.c 	  return EOF;
EOF               456 libglibc/getopt.c 	    return EOF;
EOF               716 libglibc/getopt.c       if (c == EOF)
EOF               117 libglibc/getopt1.c       if (c == EOF)
EOF                95 libutil/tab.c  		if (c == EOF) {
EOF               124 libutil/token.c 			while ((c = nextchar()) != EOF && isspace(c))
EOF               127 libutil/token.c 			while ((c = nextchar()) != EOF && isspace(c) && c != '\n')
EOF               129 libutil/token.c 		if (c == EOF || c == '\n')
EOF               135 libutil/token.c 			while ((c = nextchar()) != EOF) {
EOF               140 libutil/token.c 				if (c == '\\' && (c = nextchar()) == EOF)
EOF               145 libutil/token.c 				while ((c = nextchar()) != EOF)
EOF               151 libutil/token.c 				while ((c = nextchar()) != EOF) {
EOF               164 libutil/token.c 			while ((c = nextchar()) != EOF && (c == '.' || isalnum(c)))
EOF               218 libutil/token.c 			for (*p++ = c; (c = nextchar()) != EOF && (c & 0x80 || isalnum(c) || c == '_'); *p++ = c)
EOF               222 libutil/token.c 			if (c != EOF)
EOF               265 libutil/token.c 			while ((c = nextchar()) != EOF && c != '\n' && isspace(c))
EOF               267 libutil/token.c 		if (c != EOF)
EOF               276 libutil/token.c 		while ((c = getc(ip)) != EOF && isspace(c))
EOF                42 libutil/token.h 			EOF : \