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

Lines Matching full:isatty

1187   "extern int isatty YY_PROTO(( int ));",
1200 "extern \"C\" int isatty YY_PROTO(( int ));",
1217 " b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;",