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

  /bionic/libc/include/sys/
ttydefaults.h 73 #define CWERASE CTRL('w')
94 [VWERASE] = CWERASE,
  /development/ndk/platforms/android-L/include/sys/
ttydefaults.h 73 #define CWERASE CTRL('w')
94 [VWERASE] = CWERASE,
  /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 */

Completed in 26 milliseconds