Home
last modified time | relevance | path

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

/external/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()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmain.py274 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/
Domap3isp.h147 __u16 win_width; member
/external/toybox/generated/
Dglobals.h871 unsigned win_width; member
/external/python/cpython2/Lib/lib-tk/
Dturtle.py473 def win_width(self): member in _Root
3611 sw = self._root.win_width()
/external/python/cpython3/Lib/
Dturtle.py449 def win_width(self): member in _Root
3720 sw = self._root.win_width()