Home | History | Annotate | Download | only in common_lib

Lines Matching refs:HHHH

1423         s = struct.pack('HHHH', 0, 0, 0, 0)
1425 return struct.unpack('HHHH', x)[0:2]
1447 s = struct.pack('HHHH', r, c, 0, 0)
1476 s = struct.pack("HHHH", 0, 0, 0, 0)
1477 a = struct.unpack('hhhh', fcntl.ioctl(sys.stdout.fileno(), termios.TIOCGWINSZ , s))