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

/external/toybox/toys/pending/
H A Dtelnet.c39 unsigned win_width;
214 put_iac(9, IAC,SB,TELOPT_NAWS,(TT.win_width >> 8) & 0xff,
215 TT.win_width & 0xff,(TT.win_height >> 8) & 0xff,
293 TT.win_width = 80; //columns
307 terminal_size(&TT.win_width, &TT.win_height);
/external/autotest/client/site_tests/firmware_TouchMTB/
H A 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/
H A Domap3isp.h122 * @win_width: Window Width. Range 6 - 256, even values only.
147 __u16 win_width; member in struct:omap3isp_h3a_aewb_config
/external/toybox/generated/
H A Dglobals.h871 unsigned win_width; member in struct:telnet_data
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py473 def win_width(self): member in class:_Root
3611 sw = self._root.win_width()
/external/python/cpython3/Lib/
H A Dturtle.py449 def win_width(self): member in class:_Root
3720 sw = self._root.win_width()

Completed in 122 milliseconds