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

Lines Matching full:isatty

1182 extern int isatty YY_PROTO(( int ));
1195 extern "C" int isatty YY_PROTO(( int ));
1212 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;