HomeSort by: relevance | last modified time | path
    Searched refs:CWERASE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
ttydefaults.h 73 #define CWERASE CTRL('w')
94 [VWERASE] = CWERASE,
  /src/lib/libedit/
tty.h 218 # ifndef CWERASE
219 # define CWERASE _POSIX_VDISABLE
220 # endif /* CWERASE */
233 # ifndef CWERASE
234 # define CWERASE CONTROL('w')
235 # endif /* CWERASE */
tty.c 103 CWERASE, CSUSP, CDSUSP, CREPRINT,
  /src/bin/stty/
cchar.c 77 { "werase", VWERASE, CWERASE },
  /src/usr.bin/tset/
set.c 75 #if defined(VWERASE) && defined(CWERASE)
76 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE);

Completed in 16 milliseconds