Home
last modified time | relevance | path

Searched refs:ws_col (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dline_printer.cpp109 if ((ioctl(0, TIOCGWINSZ, &size) == 0) && size.ws_col) { in Print()
110 to_print = ElideMiddle(to_print, size.ws_col); in Print()
Dcommandline.cpp425 unsigned short ws_col; in send_window_size_change() member
450 ws.ws_col = info.dwSize.X; in send_window_size_change()
457 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel); in send_window_size_change()
Dshell_service.cpp576 ws.ws_col = cols; in PassInput()