isatty           1763 gtags-parser/asm_scan.c extern int isatty YY_PROTO(( int ));
isatty           1788 gtags-parser/asm_scan.c 	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
isatty           1802 gtags-parser/php.c extern int isatty YY_PROTO(( int ));
isatty           1827 gtags-parser/php.c 	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
isatty           1509 htags/asm.c    extern int isatty YY_PROTO(( int ));
isatty           1534 htags/asm.c    	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
isatty           1640 htags/c.c      extern int isatty YY_PROTO(( int ));
isatty           1665 htags/c.c      	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
isatty           1507 htags/cpp.c    extern int isatty YY_PROTO(( int ));
isatty           1532 htags/cpp.c    	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
isatty           1413 htags/java.c   extern int isatty YY_PROTO(( int ));
isatty           1438 htags/java.c   	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
isatty           1656 htags/php.c    extern int isatty YY_PROTO(( int ));
isatty           1681 htags/php.c    	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;