Home | History | Annotate | Download | only in posix

Lines Matching full:isatty

1002     if (isatty(fd) && !fstat(fd, &st)) TT.tty = st.st_rdev;