Searched refs:ws_col (Results 1 - 25 of 31) sorted by last modified time

12

/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h368 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-arm-linux.h403 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-arm64-linux.h342 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-mips32-linux.h487 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-mips64-linux.h494 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-ppc32-linux.h480 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-ppc64-linux.h513 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-s390x-linux.h491 unsigned short ws_col; member in struct:vki_winsize
H A Dvki-x86-linux.h441 unsigned short ws_col; member in struct:vki_winsize
/external/strace/
H A Dterm.c147 tprintf(", {ws_row=%d, ws_col=%d, ws_xpixel=%d, ws_ypixel=%d}",
148 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
/external/qemu/ui/
H A Dcurses.c118 unsigned short ws_col; member in struct:winsize
127 resize_term(ws.ws_row, ws.ws_col);
/external/mksh/src/
H A Dvar.c1162 * check COLUMNS/LINES before checking ws.ws_col/row,
1561 if (ws.ws_col)
1562 x_cols = ws.ws_col;
/external/ltrace/
H A Doptions.c182 } else if (ioctl(1, TIOCGWINSZ, &ws) != -1 && ws.ws_col > 0) {
183 options.align = ws.ws_col * 5 / 8;
184 } else if (ioctl(2, TIOCGWINSZ, &ws) != -1 && ws.ws_col > 0) {
185 options.align = ws.ws_col * 5 / 8;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-top.c264 const int win_width = top->winsize.ws_col - 1;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.c83 max_cols = win.ws_col - 1; /* don't print *on* the edge */
H A Dutil.c234 ws->ws_col = atoi(s);
235 if (ws->ws_row && ws->ws_col)
241 ws->ws_row && ws->ws_col)
245 ws->ws_col = 80;
/external/lldb/tools/driver/
H A DDriver.cpp1341 if (window_size.ws_col > 0)
1342 m_debugger.SetTerminalWidth (window_size.ws_col);
1656 if ((window_size.ws_col > 0) && g_driver != NULL)
1658 g_driver->ResizeWindow (window_size.ws_col);
/external/libedit/src/
H A Dterminal.c957 if (ws.ws_col)
958 *cols = ws.ws_col;
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermios.h16 unsigned short ws_col; member in struct:winsize
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermios.h47 unsigned short ws_col; member in struct:winsize
/external/iputils/
H A Dping_common.c720 if (w.ws_col > 0)
721 screen_width = w.ws_col;
/external/iproute2/misc/
H A Dss.c2992 if (w.ws_col > 0)
2993 screen_width = w.ws_col;
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c1501 col = win.ws_col;
/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/e2fsprogs/misc/
H A Dblkid.c109 return (w_win.ws_col);

Completed in 6064 milliseconds

12