HomeSort by relevance Sort by last modified time
    Searched defs:CREPRINT (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/sys/
ttydefaults.h 76 #define CREPRINT CTRL('r')
80 #define CRPRNT CREPRINT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 80 #define CREPRINT CTRL('r')
84 #define CRPRNT CREPRINT
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 80 #define CREPRINT CTRL('r')
84 #define CRPRNT CREPRINT
95 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
  /external/libedit/src/
tty.h 159 #if !defined(CREPRINT) && defined(CRPRNT)
160 # define CREPRINT CRPRNT
161 #endif /* !CREPRINT && CRPRNT */
211 # ifndef CREPRINT
212 # define CREPRINT _POSIX_VDISABLE
213 # endif /* CREPRINT */
226 # ifndef CREPRINT
227 # define CREPRINT CONTROL('r')
228 # endif /* CREPRINT */

Completed in 216 milliseconds