Home | History | Annotate | Download | only in libpcap

Lines Matching refs:isatty

3999 extern int isatty (int );
4025 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;