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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 76 #define CSTOP CTRL('s')
96 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 76 #define CSTOP CTRL('s')
96 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
  /bionic/libc/include/sys/
ttydefaults.h 72 #define CSTOP CTRL('s')
  /external/libedit/src/
tty.h 199 #ifndef CSTOP
200 # define CSTOP CONTROL('s')
201 #endif /* CSTOP */
tty.c 98 CDSWTCH, CERASE2, CSTART, CSTOP,
107 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
    [all...]
  /external/python/cpython2/Modules/
termios.c 632 #ifdef CSTOP
633 {"CSTOP", CSTOP},
  /external/python/cpython3/Modules/
termios.c 662 #ifdef CSTOP
663 {"CSTOP", CSTOP},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 71 CSTOP = CTRL('s')
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 71 CSTOP = CTRL('s')
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 147 CSTOP = 0x13
    [all...]
zerrors_darwin_amd64.go 147 CSTOP = 0x13
    [all...]
zerrors_darwin_arm.go 146 CSTOP = 0x13
    [all...]
zerrors_darwin_arm64.go 148 CSTOP = 0x13
    [all...]
zerrors_dragonfly_amd64.go 150 CSTOP = 0x13
    [all...]
zerrors_freebsd_386.go 234 CSTOP = 0x13
    [all...]
zerrors_freebsd_amd64.go 234 CSTOP = 0x13
    [all...]
zerrors_freebsd_arm.go 234 CSTOP = 0x13
    [all...]
zerrors_linux_arm64.go 226 CSTOP = 0x13
    [all...]
zerrors_linux_mips.go 225 CSTOP = 0x13
    [all...]
zerrors_linux_mips64.go 223 CSTOP = 0x13
    [all...]
zerrors_linux_mips64le.go 223 CSTOP = 0x13
    [all...]
zerrors_linux_mipsle.go 225 CSTOP = 0x13
    [all...]
zerrors_netbsd_386.go 167 CSTOP = 0x13
    [all...]
zerrors_netbsd_amd64.go 167 CSTOP = 0x13
    [all...]
zerrors_netbsd_arm.go 159 CSTOP = 0x13
    [all...]

Completed in 1203 milliseconds

1 2 3