HomeSort by relevance Sort by last modified time
    Searched defs:IEXTEN (Results 1 - 25 of 63) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 182 #define IEXTEN 0100000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 177 #define IEXTEN 0000400
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 68 VWERASE, /* IEXTEN, ICANON -- Erase the WORD to the left of the cursor */
69 VREPRINT, /* IEXTEN, ICANON -- Re-draw the current line (input buffer) */
70 VLNEXT, /* IEXTEN, ICANON -- Input the next character literally */
71 VDISCARD, /* IEXTEN -- Toggle. Discards output display until toggled. */
148 #define IEXTEN 0x0040 /* enable Extensions */
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 181 #define IEXTEN 0100000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 76 #define VDISCARD 13 /* Discard character [IEXTEN]. */
78 #define VLNEXT 15 /* Literal-next character [IEXTEN]. */
199 #define IEXTEN 0000400 /* Enable DISCARD and LNEXT. */
  /external/libedit/src/
tty.h 94 # ifndef IEXTEN
95 # define IEXTEN 0
96 # endif /* IEXTEN */
120 * Work around ISC's definition of IEXTEN which is
124 # if defined(IEXTEN) && defined(XCASE)
125 # if IEXTEN == XCASE
126 # undef IEXTEN
127 # define IEXTEN 0
128 # endif /* IEXTEN == XCASE */
129 # endif /* IEXTEN && XCASE *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 180 #define IEXTEN 0100000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 197 #define IEXTEN 0100000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 197 #define IEXTEN 0100000
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 235 IEXTEN = IIEXTEN
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 235 IEXTEN = IIEXTEN
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 690 IEXTEN = 0x8000
ztypes_linux_amd64.go 708 IEXTEN = 0x8000
ztypes_linux_arm.go 679 IEXTEN = 0x8000
zerrors_darwin_386.go 280 IEXTEN = 0x400
    [all...]
zerrors_darwin_amd64.go 280 IEXTEN = 0x400
    [all...]
zerrors_darwin_arm.go 264 IEXTEN = 0x400
    [all...]
zerrors_darwin_arm64.go 284 IEXTEN = 0x400
    [all...]
zerrors_solaris_amd64.go 326 IEXTEN = 0x8000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 690 IEXTEN = 0x8000
ztypes_linux_amd64.go 708 IEXTEN = 0x8000
ztypes_linux_arm.go 679 IEXTEN = 0x8000
zerrors_darwin_386.go 280 IEXTEN = 0x400
    [all...]
zerrors_darwin_amd64.go 280 IEXTEN = 0x400
    [all...]
zerrors_darwin_arm.go 264 IEXTEN = 0x400
    [all...]

Completed in 395 milliseconds

1 2 3