Searched refs:ws_col (Results 1 - 25 of 29) 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
H A Dclientloop.c516 packet_put_int((u_int)ws.ws_col);
2012 packet_put_int((u_int)ws.ws_col);
/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/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.h352 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-arm-linux.h388 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-ppc32-linux.h460 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-ppc64-linux.h498 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-s390x-linux.h478 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-x86-linux.h426 unsigned short ws_col; member in struct:vki_winsize
/external/mksh/src/
H A Dvar.c1123 * check COLUMNS/LINES before checking ws.ws_col/row,
1477 if (ws.ws_col)
1478 x_cols = ws.ws_col;
/external/ping/
H A Dping.c567 if (w.ws_col > 0)
568 screen_width = w.ws_col;

Completed in 465 milliseconds

12