Home | History | Annotate | Download | only in python_gflags

Lines Matching defs:termios

403   # Importing termios will fail on non-unix platforms.
404 import termios
406 termios = None
534 if (not sys.stdout.isatty()) or (termios is None) or (fcntl is None):
537 data = fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, '1234')