HomeSort by relevance Sort by last modified time
    Searched refs:CKILL (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 69 #define CKILL CTRL('u')
95 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 69 #define CKILL CTRL('u')
95 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
  /bionic/libc/include/sys/
ttydefaults.h 65 #define CKILL CTRL('u')
  /external/libedit/src/
tty.h 175 #ifndef CKILL
176 # define CKILL CONTROL('u')
177 #endif /* CKILL */
tty.c 96 CINTR, CQUIT, CERASE, CKILL,
105 CINTR, CQUIT, CERASE, CKILL,
    [all...]
  /external/python/cpython2/Modules/
termios.c 611 #ifdef CKILL
612 {"CKILL", CKILL},
  /external/python/cpython3/Modules/
termios.c 641 #ifdef CKILL
642 {"CKILL", CKILL},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 67 CKILL = CTRL('U')
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 67 CKILL = CTRL('U')

Completed in 94 milliseconds