HomeSort by relevance Sort by last modified time
    Searched refs:CWERASE (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 79 #define CWERASE CTRL('w')
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 79 #define CWERASE CTRL('w')
95 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
  /bionic/libc/include/sys/
ttydefaults.h 75 #define CWERASE CTRL('w')
  /external/libedit/src/
tty.h 220 # ifndef CWERASE
221 # define CWERASE _POSIX_VDISABLE
222 # endif /* CWERASE */
235 # ifndef CWERASE
236 # define CWERASE CONTROL('w')
237 # endif /* CWERASE */
tty.c 99 CWERASE, CSUSP, CDSUSP, CREPRINT,
    [all...]
  /external/python/cpython2/Modules/
termios.c 641 #ifdef CWERASE
642 {"CWERASE", CWERASE},
  /external/python/cpython3/Modules/
termios.c 671 #ifdef CWERASE
672 {"CWERASE", CWERASE},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 76 CWERASE = CTRL('w')
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 76 CWERASE = CTRL('w')

Completed in 221 milliseconds