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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 169 #define ICANON 0000002
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 170 #define ICANON 0000002
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 58 VEOF, /* ICANON */
59 VEOL, /* ICANON */
60 VERASE, /* ICANON */
61 VKILL, /* ICANON */
64 VMIN, /* !ICANON */
65 VTIME, /* !ICANON */
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 */
147 #define ICANON 0x0020 /* canonicalize input lines */
    [all...]
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 168 #define ICANON 0000002
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 59 #define VERASE 2 /* Erase character [ICANON]. */
60 #define VKILL 3 /* Kill-line character [ICANON]. */
61 #define VMIN 4 /* Minimum number of bytes read at once [!ICANON]. */
62 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON]. */
63 #define VEOL2 6 /* Second EOL character [ICANON]. */
75 #define VREPRINT 12 /* Reprint-line character [ICANON]. */
77 #define VWERASE 14 /* Word-erase character [ICANON]. */
79 #define VEOF 16 /* End-of-file character [ICANON]. */
80 #define VEOL 17 /* End-of-line character [ICANON]. */
192 #define ICANON 0000002 /* Do erase and kill processing. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 167 #define ICANON 0000002
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 180 #define ICANON 0000002
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 180 #define ICANON 0000002
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 157 ICANON = 0000002
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 157 ICANON = 0000002
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 677 ICANON = 0x2
ztypes_linux_amd64.go 695 ICANON = 0x2
ztypes_linux_arm.go 666 ICANON = 0x2
zerrors_darwin_386.go 277 ICANON = 0x100
    [all...]
zerrors_darwin_amd64.go 277 ICANON = 0x100
    [all...]
zerrors_darwin_arm.go 262 ICANON = 0x100
    [all...]
zerrors_darwin_arm64.go 281 ICANON = 0x100
    [all...]
zerrors_solaris_amd64.go 324 ICANON = 0x2
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 677 ICANON = 0x2
ztypes_linux_amd64.go 695 ICANON = 0x2
ztypes_linux_arm.go 666 ICANON = 0x2
zerrors_darwin_386.go 277 ICANON = 0x100
    [all...]
zerrors_darwin_amd64.go 277 ICANON = 0x100
    [all...]
zerrors_darwin_arm.go 262 ICANON = 0x100
    [all...]
zerrors_darwin_arm64.go 281 ICANON = 0x100
    [all...]

Completed in 88 milliseconds

1 2 3