Searched refs:win_height (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/pending/ |
D | telnet.c | 40 unsigned win_height; 215 TT.win_width & 0xff,(TT.win_height >> 8) & 0xff, in handle_ddww() 216 TT.win_height & 0xff,IAC,SE); in handle_ddww() 294 TT.win_height = 24; //rows 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 | 275 win_height = screen_height - wint_height 276 self.winp_geometry = (win_x, win_y, win_width, win_height) 277 self.prompt_frame_size = (win_width, win_height) 284 win_height = wint_height 285 self.result_frame_size = (win_width, win_height)
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 145 __u16 win_height; member
|
/external/toybox/generated/ |
D | globals.h | 801 unsigned win_height; member
|