Searched refs:win_width (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/pending/ |
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()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | main.py | 274 win_width = screen_width 276 self.winp_geometry = (win_x, win_y, win_width, win_height) 277 self.prompt_frame_size = (win_width, win_height) 283 win_width = screen_width - wint_width 285 self.result_frame_size = (win_width, win_height)
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 147 __u16 win_width; member
|
/external/toybox/generated/ |
D | globals.h | 871 unsigned win_width; member
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 473 def win_width(self): member in _Root 3611 sw = self._root.win_width()
|
/external/python/cpython3/Lib/ |
D | turtle.py | 449 def win_width(self): member in _Root 3720 sw = self._root.win_width()
|