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

1 2 3 4

  /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...]
  /bionic/libc/include/sys/
ttydefaults.h 52 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tty.py 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
  /external/python/cpython2/Lib/
tty.py 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
  /external/python/cpython3/Lib/
tty.py 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 48 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 48 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tty.py 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tty.py 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
  /bionic/tests/
termios_test.cpp 93 EXPECT_EQ(0U, (t.c_lflag & (ECHO|ECHONL|ICANON|ISIG|IEXTEN)));
  /bionic/libc/include/bits/
termios_inlines.h 63 s->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
  /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
  /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. */
  /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
  /bionic/tests/headers/posix/
termios_h.c 136 MACRO(IEXTEN);
  /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/toybox/lib/
interestingtimes.c 109 termio.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN;
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 235 IEXTEN = IIEXTEN
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 235 IEXTEN = IIEXTEN

Completed in 420 milliseconds

1 2 3 4