Searched refs:ws_col (Results 1 - 25 of 32) sorted by relevance

12

/external/kernel-headers/original/asm-arm/
H A Dtermios.h9 unsigned short ws_col; member in struct:winsize
/external/dropbear/
H A Dprogressmeter.c285 winsize.ws_col != 0) {
286 if (winsize.ws_col > MAX_WINSIZE)
289 win_size = winsize.ws_col;
H A Dcli-chansession.c246 ws.ws_col = 80;
251 buf_putint(ses.writepayload, ws.ws_col); /* Cols */
H A Dsshpty.c349 w.ws_col = col;
/external/openssh/
H A Dprogressmeter.c297 winsize.ws_col != 0) {
298 if (winsize.ws_col > MAX_WINSIZE)
301 win_size = winsize.ws_col;
H A Dsshpty.c201 w.ws_col = col;
H A Dsftp.c724 width = ws.ws_col;
819 width = ws.ws_col;
1541 width = ws.ws_col;
H A Ddefines.h356 unsigned short ws_col; /* columns, in character */ member in struct:winsize
/external/kernel-headers/original/asm-mips/
H A Dtermios.h46 unsigned short ws_col; member in struct:winsize
/external/kernel-headers/original/asm-x86/
H A Dtermios.h9 unsigned short ws_col; member in struct:winsize
/external/e2fsprogs/ext2ed/
H A Dwin.c203 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
207 resizeterm(ws.ws_row, ws.ws_col);
/external/linux-tools-perf/
H A Dbuiltin-top.c129 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/
H A Dcurses.c118 unsigned short ws_col; member in struct:winsize
127 resize_term(ws.ws_row, ws.ws_col);
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.cc176 ws.ws_col = width;
/external/strace/
H A Dterm.c299 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/e2fsprogs/misc/
H A Dblkid.c109 return (w_win.ws_col);
/external/linux-tools-perf/util/
H A Dhelp.c86 max_cols = win.ws_col - 1; /* don't print *on* the edge */
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h364 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-arm-linux.h400 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-ppc32-linux.h472 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-ppc64-linux.h510 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-s390x-linux.h490 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-x86-linux.h438 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-mips32-linux.h483 unsigned short ws_col; member in struct:vki_winsize
/external/iputils/
H A Dping_common.c715 if (w.ws_col > 0)
716 screen_width = w.ws_col;

Completed in 1803 milliseconds

12