Home
last modified time | relevance | path

Searched refs:CWERASE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.term.h191 # undef CWERASE
261 # ifndef CWERASE
262 # define CWERASE _POSIX_VDISABLE macro
276 # ifndef CWERASE
277 # define CWERASE TO_CONTROL('w') macro
H A Ded.init.c62 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
/freebsd/contrib/libedit/
H A Dtty.h218 # ifndef CWERASE
219 # define CWERASE _POSIX_VDISABLE macro
233 # ifndef CWERASE
234 # define CWERASE CONTROL('w') macro
H A Dtty.c103 CWERASE, CSUSP, CDSUSP, CREPRINT,
/freebsd/sys/sys/
H A Dttydefaults.h82 #define CWERASE CTRL('W') macro
102 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd/bin/stty/
H A Dcchar.c68 { "werase", VWERASE, CWERASE },
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c311 #if defined(VWERASE) && defined(CWERASE) in reset_tty_settings()
312 reset_char(VWERASE, CWERASE); in reset_tty_settings()
/freebsd/usr.bin/talk/
H A Dinit_disp.c136 my_win.werase = CWERASE; in set_edit_chars()