HomeSort by relevance Sort by last modified time
    Searched refs:ws_xpixel (Results 1 - 15 of 15) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
termios.h 21 unsigned short ws_xpixel; member in struct:winsize
  /bionic/libc/kernel/arch-arm/asm/
termios.h 21 unsigned short ws_xpixel; member in struct:winsize
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
termios.h 21 unsigned short ws_xpixel; member in struct:winsize
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
termios.h 21 unsigned short ws_xpixel; member in struct:winsize
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
termios.h 21 unsigned short ws_xpixel; member in struct:winsize
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
termios.h 21 unsigned short ws_xpixel; member in struct:winsize
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
termios.h 21 unsigned short ws_xpixel; member in struct:winsize
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
termios.h 21 unsigned short ws_xpixel; member in struct:winsize
  /external/kernel-headers/original/asm-arm/
termios.h 10 unsigned short ws_xpixel; member in struct:winsize
  /external/kernel-headers/original/asm-x86/
termios.h 10 unsigned short ws_xpixel; member in struct:winsize
  /external/dropbear/
cli-chansession.c 247 ws.ws_xpixel = 0;
253 buf_putint(ses.writepayload, ws.ws_xpixel); /* Width */
sshpty.c 350 w.ws_xpixel = xpixel;
  /development/apps/Term/jni/
termExec.cpp 201 sz.ws_xpixel = xpixel;
  /external/qemu/
curses.c 119 unsigned short ws_xpixel; /* unused */ member in struct:winsize
  /external/strace/
term.c 302 tprintf(", {ws_row=%d, ws_col=%d, ws_xpixel=%d, ws_ypixel=%d}",
303 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);

Completed in 6879 milliseconds