Searched refs:CWERASE (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.h | 191 # undef CWERASE 261 # ifndef CWERASE 262 # define CWERASE _POSIX_VDISABLE macro 276 # ifndef CWERASE 277 # define CWERASE TO_CONTROL('w') macro
|
| H A D | ed.init.c | 62 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
|
| /freebsd/contrib/libedit/ |
| H A D | tty.h | 218 # ifndef CWERASE 219 # define CWERASE _POSIX_VDISABLE macro 233 # ifndef CWERASE 234 # define CWERASE CONTROL('w') macro
|
| H A D | tty.c | 103 CWERASE, CSUSP, CDSUSP, CREPRINT,
|
| /freebsd/sys/sys/ |
| H A D | ttydefaults.h | 82 #define CWERASE CTRL('W') macro 102 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
|
| /freebsd/bin/stty/ |
| H A D | cchar.c | 68 { "werase", VWERASE, CWERASE },
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 311 #if defined(VWERASE) && defined(CWERASE) in reset_tty_settings() 312 reset_char(VWERASE, CWERASE); in reset_tty_settings()
|
| /freebsd/usr.bin/talk/ |
| H A D | init_disp.c | 136 my_win.werase = CWERASE; in set_edit_chars()
|