Home
last modified time | relevance | path

Searched refs:win_height (Results 1 – 5 of 5) sorted by relevance

/third_party/toybox/toys/pending/
Dtelnet.c40 unsigned win_height;
215 TT.win_width & 0xff,(TT.win_height >> 8) & 0xff, in handle_ddww()
216 TT.win_height & 0xff,IAC,SE); in handle_ddww()
294 TT.win_height = 24; //rows in telnet_main()
307 terminal_size(&TT.win_width, &TT.win_height); in telnet_main()
/third_party/python/Lib/idlelib/
Dconfigdialog.py1612 self.win_height = tracers.add(
1652 frame_win_size, textvariable=self.win_height, width=3,
1743 self.win_height.set(idleConf.GetOption(
/third_party/toybox/generated/
Dglobals.h935 unsigned win_height; member
/third_party/python/Lib/idlelib/idle_test/
Dtest_configdialog.py1206 d.win_height.set(1)
1210 eq(d.win_height.get(), '40')
/third_party/python/Lib/
Dturtle.py453 def win_height(self): member in _Root
3723 sh = self._root.win_height()