getc              327 gtags-cscope/command.c 		    while ((c = getc(refsfound)) != EOF) {
getc              384 gtags-cscope/command.c 	    while ((c = getc(refsfound)) != EOF) {
getc              608 gtags-cscope/command.c 	if ((c = getc(file)) == EOF) {	/* if file is empty */
getc              616 gtags-cscope/command.c 		while ((c = getc(file)) != EOF) {
getc              477 gtags-cscope/display.c 	if ((c = getc(refsfound)) == EOF) {
getc              678 gtags-cscope/display.c 	while (nextline < line && (c = getc(refsfound)) != EOF) {
getc              444 gtags-cscope/gtags-cscope.c 		while ((c = getc(refsfound)) != EOF)
getc              477 gtags-cscope/gtags-cscope.c 		while ((c = getc(refsfound)) != EOF) {
getc              702 htags/asm.c    			     (c = getc( asm_in )) != EOF && c != '\n'; ++n ) \
getc              738 htags/c.c      			     (c = getc( c_in )) != EOF && c != '\n'; ++n ) \
getc              702 htags/cpp.c    			     (c = getc( cpp_in )) != EOF && c != '\n'; ++n ) \
getc              679 htags/java.c   			     (c = getc( java_in )) != EOF && c != '\n'; ++n ) \
getc              780 htags/php.c    			     (c = getc( php_in )) != EOF && c != '\n'; ++n ) \
getc              850 libparser/asm_scan.c 			     (c = getc( asm_in )) != EOF && c != '\n'; ++n ) \
getc              908 libparser/php.c 			     (c = getc( php_in )) != EOF && c != '\n'; ++n ) \
getc               97 libutil/tab.c  		c = getc(ip);
getc              311 libutil/token.c 		c = getc(ip);
getc              313 libutil/token.c         while ((c = getc(ip)) != EOF) {
getc              315 libutil/token.c                 while ((c = getc(ip)) != EOF) {
getc              317 libutil/token.c                         if ((c = getc(ip)) == '/')
getc              326 libutil/token.c                 if ((c = getc(ip)) == '/') {
getc              327 libutil/token.c                     while ((c = getc(ip)) != EOF)
getc              332 libutil/token.c                     while ((c = getc(ip)) != EOF) {
getc              334 libutil/token.c                             if ((c = getc(ip)) == '/')