Home | History | Annotate | Download | only in sh

Lines Matching refs:isatty

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