Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dtelnet.c39 unsigned win_width;
214 put_iac(9, IAC,SB,TELOPT_NAWS,(TT.win_width >> 8) & 0xff, in handle_ddww()
215 TT.win_width & 0xff,(TT.win_height >> 8) & 0xff, in handle_ddww()
293 TT.win_width = 80; //columns in telnet_main()
307 terminal_size(&TT.win_width, &TT.win_height); in telnet_main()
/third_party/python/Lib/idlelib/
Dconfigdialog.py1610 self.win_width = tracers.add(
1647 frame_win_size, textvariable=self.win_width, width=3,
1741 self.win_width.set(idleConf.GetOption(
/third_party/toybox/generated/
Dglobals.h932 unsigned win_width; member
/third_party/python/Lib/idlelib/idle_test/
Dtest_configdialog.py1205 d.win_width.set(1)
1209 eq(d.win_width.get(), '80')
/third_party/python/Lib/
Dturtle.py450 def win_width(self): member in _Root
3722 sw = self._root.win_width()