Searched refs:win_width (Results 1 - 7 of 7) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | telnet.c | 39 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/backends/backend/ |
H A D | xerox_mfp.c | 367 dev->win_width, dev->win_len, in dev_stop() 670 dev->para.pixels_per_line = dev->win_width / px_to_len; in set_parameters() 765 dev->win_width = (int)(win_width_mm * PNT_PER_MM); in fix_window() 769 if (!dev->win_width || !dev->win_len) { in fix_window() 787 cmd[0x05] = dev->win_width >> 24; in dev_set_window() 788 cmd[0x06] = dev->win_width >> 16; in dev_set_window() 789 cmd[0x07] = dev->win_width >> 8; in dev_set_window() 790 cmd[0x08] = dev->win_width; in dev_set_window()
|
H A D | xerox_mfp.h | 98 int win_width; /* in 1200dpi points */ member
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 1574 win_width and win_height. Setting var_name invokes the default 1586 win_width_int: Entry > win_width 1610 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/ |
H A D | globals.h | 1056 unsigned win_width; member
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_configdialog.py | 1205 d.win_width.set(1) 1209 eq(d.win_width.get(), '80')
|
/third_party/python/Lib/ |
H A D | turtle.py | 451 def win_width(self): member in _Root 3738 sw = self._root.win_width()
|
Completed in 17 milliseconds