Searched refs:CWERASE (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/lib/libedit/ |
| D | tty.h | 219 # ifndef CWERASE 220 # define CWERASE _POSIX_VDISABLE macro 234 # ifndef CWERASE 235 # define CWERASE CONTROL('w') macro
|
| D | tty.c | 94 CWERASE, CSUSP, CDSUSP, CREPRINT,
|
| /mirbsd/src/sys/sys/ |
| D | ttydefaults.h | 74 #define CWERASE CTRL('w') macro 90 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
|
| /mirbsd/src/bin/stty/ |
| D | cchar.c | 77 { "werase", VWERASE, CWERASE },
|
| /mirbsd/src/usr.bin/talk/ |
| D | init_disp.c | 118 ? CWERASE : tty.c_cc[VWERASE]; in set_edit_chars()
|
| /mirbsd/src/lib/libncurses/src/progs/ |
| D | tset.c | 745 #if defined(VWERASE) && defined(CWERASE) in reset_mode() 746 mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE); in reset_mode()
|