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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 91 #define ONLRET 0000040
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 92 #define ONLRET 0000040
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOwrite.c 107 if((OFlag & ONLRET) == 0) {
IIO.c 412 IIO->Termio.c_oflag = OPOST | ONLCR | ONOCR | ONLRET;
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 85 #define ONLRET 0000040
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 105 #define ONLRET 0000040
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 84 #define ONLRET 0000040
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 85 #define ONLRET 0000040
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 85 #define ONLRET 0000040
  /external/libedit/src/
tty.h 74 # ifndef ONLRET
75 # define ONLRET 0
76 # endif /* ONLRET */
tty.c 69 {"oflag:", (OPOST | ONLCR), ONLRET},
77 {"oflag:", (OPOST | ONLCR), ONLRET},
223 #ifdef ONLRET
224 {"onlret", ONLRET, MD_OUT},
225 #endif /* ONLRET */
    [all...]
  /bionic/tests/headers/posix/
termios_h.c 76 MACRO(ONLRET);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 112 #define ONLRET 0x0040 /* move to column 0 on CR */
  /external/python/cpython2/Modules/
termios.c 409 #ifdef ONLRET
410 {"ONLRET", ONLRET},
  /external/python/cpython3/Modules/
termios.c 439 #ifdef ONLRET
440 {"ONLRET", ONLRET},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 100 ONLRET = 0000040
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 100 ONLRET = 0000040
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 713 Termio->c_oflag = OPOST | ONLCR | OXTABS | ONOEOT | ONOCR | ONLRET | OCTRL;
    [all...]
  /external/toybox/toys/pending/
stty.c 102 { "onlcr", ONLCR }, { "onocr", ONOCR }, { "onlret", ONLRET },
289 "-ocrnl", "opost", "-ofill", "onlcr", "-onocr", "-onlret", "nl0", "cr0",
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 631 ONLRET = 0x20
ztypes_linux_amd64.go 649 ONLRET = 0x20
ztypes_linux_arm.go 620 ONLRET = 0x20
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 631 ONLRET = 0x20
ztypes_linux_amd64.go 649 ONLRET = 0x20
ztypes_linux_arm.go 620 ONLRET = 0x20

Completed in 334 milliseconds

1 2 3