Home | History | Annotate | Download | only in tools

Lines Matching refs:isatty

489 /* Nasty workaround, but flex defines isatty() twice */
1332 extern int isatty (int );
1358 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;