Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:isatty

3316 extern int isatty YY_PROTO(( int ));
3341 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;