Home | History | Annotate | Download | only in pexpect-2.4

Lines Matching defs:fileno

536                 self.child_fd = sys.stdout.fileno() # used by setwinsize()
650 def fileno (self): # File-like object.
1010 #fd = sys.stdin.fileno()
1429 x = fcntl.ioctl(self.fileno(), TIOCGWINSZ, s)
1453 fcntl.ioctl(self.fileno(), TIOCSWINSZ, s)
1482 a = struct.unpack('hhhh', fcntl.ioctl(sys.stdout.fileno(), termios.TIOCGWINSZ , s))