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