HomeSort by relevance Sort by last modified time
    Searched refs:CINTR (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 63 #define CINTR CTRL('c')
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 63 #define CINTR CTRL('c')
96 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
  /bionic/libc/include/sys/
ttydefaults.h 63 #define CINTR CTRL('c')
  /external/libedit/src/
tty.h 166 #ifndef CINTR
167 # define CINTR CONTROL('c')
168 #endif /* CINTR */
tty.c 96 CINTR, CQUIT, CERASE, CKILL,
105 CINTR, CQUIT, CERASE, CKILL,
    [all...]
  /external/python/cpython2/Modules/
termios.c 608 #ifdef CINTR
609 {"CINTR", CINTR},
  /external/python/cpython3/Modules/
termios.c 638 #ifdef CINTR
639 {"CINTR", CINTR},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 62 CINTR = '\177'
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 62 CINTR = '\177'

Completed in 91 milliseconds