/external/kernel-headers/original/asm-x86/ |
termios.h | 9 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
termios.h | 55 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
termios.h | 26 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
termios.h | 55 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
termios.h | 26 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
termios.h | 55 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
termios.h | 26 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
termios.h | 55 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
termios.h | 26 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
termios.h | 55 unsigned short ws_col; member in struct:winsize
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
termios.h | 26 unsigned short ws_col; member in struct:winsize
|
/external/dropbear/ |
cli-chansession.c | 246 ws.ws_col = 80; 251 buf_putint(ses.writepayload, ws.ws_col); /* Cols */
|
sshpty.c | 349 w.ws_col = col;
|
/external/linux-tools-perf/ |
builtin-top.c | 129 ws->ws_col = atoi(s); 130 if (ws->ws_row && ws->ws_col) 136 ws->ws_row && ws->ws_col) 140 ws->ws_col = 80; 284 const int win_width = winsize.ws_col - 1; 311 if (sym_width + dso_width > winsize.ws_col - 29) { 313 if (sym_width + dso_width > winsize.ws_col - 29) 314 sym_width = winsize.ws_col - dso_width - 29;
|
/external/qemu/ |
curses.c | 118 unsigned short ws_col; member in struct:winsize 127 resize_term(ws.ws_row, ws.ws_col);
|
/external/strace/ |
term.c | 299 tprintf(", {ws_row=%d, ws_col=%d, ws_xpixel=%d, ws_ypixel=%d}", 300 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
|
/external/chromium_org/chromeos/process_proxy/ |
process_proxy.cc | 176 ws.ws_col = width;
|
/system/core/liblinenoise/ |
linenoise.c | 167 if (ws.ws_col == 0) { 170 return ws.ws_col;
|
/external/openssh/ |
sshpty.c | 201 w.ws_col = col;
|
/external/e2fsprogs/misc/ |
blkid.c | 109 return (w_win.ws_col);
|
/external/linux-tools-perf/util/ |
help.c | 86 max_cols = win.ws_col - 1; /* don't print *on* the edge */
|
/external/llvm/lib/Support/Unix/ |
Process.inc | 249 Columns = ws.ws_col;
|
/external/iputils/ |
ping_common.c | 715 if (w.ws_col > 0) 716 screen_width = w.ws_col;
|
/external/mksh/src/ |
var.c | 1106 * check COLUMNS/LINES before checking ws.ws_col/row, [all...] |
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/ |
ps_instance.cc | 393 size.ws_col = width;
|