HomeSort by relevance Sort by last modified time
    Searched refs:ws_col (Results 1 - 25 of 44) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-generic/
termios.h 25 unsigned short ws_col; member in struct:winsize
  /external/kernel-headers/original/uapi/asm-generic/
termios.h 17 unsigned short ws_col; member in struct:winsize
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termios.h 16 unsigned short ws_col; member in struct:winsize
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctl-types.h 31 unsigned short int ws_col; member in struct:winsize
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ioctl-types.h 31 unsigned short int ws_col; member in struct:winsize
  /bionic/libc/kernel/uapi/asm-mips/asm/
termios.h 49 unsigned short ws_col; member in struct:winsize
  /external/kernel-headers/original/uapi/asm-mips/asm/
termios.h 48 unsigned short ws_col; member in struct:winsize
  /external/rmi4utils/f54test/
display.cpp 54 if (m_numRows != winsz.ws_row || m_numCols != winsz.ws_col)
57 m_numCols = winsz.ws_col;
  /external/ltp/testcases/kernel/pty/
ptem01.c 168 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col ||
178 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col ||
192 if (wsz.ws_row != wsz2.ws_row || wsz.ws_col != wsz2.ws_col ||
  /system/core/adb/
line_printer.cpp 109 if ((ioctl(0, TIOCGWINSZ, &size) == 0) && size.ws_col) {
110 to_print = ElideMiddle(to_print, size.ws_col);
  /bionic/tests/
pty_test.cpp 46 ASSERT_EQ(w_actual.ws_col, w.ws_col);
  /external/squashfs-tools/squashfs-tools/
progressbar.c 65 columns = winsize.ws_col;
191 columns = winsize.ws_col;
  /external/toybox/lib/
interestingtimes.c 31 if (ws.ws_col) x = ws.ws_col;
  /frameworks/base/tools/bit/
print.cpp 124 int size = ws.ws_col + 1;
  /external/e2fsprogs/ext2ed/
win.c 204 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
208 resizeterm(ws.ws_row, ws.ws_col);
  /external/curl/src/
tool_cb_prg.c 204 cols = ts.ws_col;
  /external/strace/
term.c 119 tprintf("{ws_row=%d, ws_col=%d, ws_xpixel=%d, ws_ypixel=%d}",
120 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
  /external/syslinux/com32/rosh/
rosh.h 155 *cols = ws.ws_col;
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp 188 sz.ws_col = col;
  /external/toybox/toys/pending/
stty.c 187 out(verbose ? "rows %d; columns %d;" : "%d %d\n", ws.ws_row, ws.ws_col);
254 else ws.ws_col = value;
  /external/e2fsprogs/misc/
blkid.c 115 width = w_win.ws_col;
  /external/valgrind/include/vki/
vki-amd64-linux.h 373 unsigned short ws_col; member in struct:vki_winsize
vki-arm64-linux.h 347 unsigned short ws_col; member in struct:vki_winsize
vki-arm-linux.h 408 unsigned short ws_col; member in struct:vki_winsize
vki-ppc32-linux.h 485 unsigned short ws_col; member in struct:vki_winsize
    [all...]

Completed in 1805 milliseconds

1 2