Searched refs:CWERASE (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/libedit/ |
H A D | tty.h | 219 # ifndef CWERASE 220 # define CWERASE _POSIX_VDISABLE macro 234 # ifndef CWERASE 235 # define CWERASE CONTROL('w') macro
|
H A D | tty.c | 97 CWERASE, CSUSP, CDSUSP, CREPRINT,
|
/openbsd/sys/sys/ |
H A D | ttydefaults.h | 74 #define CWERASE CTRL('w') macro 90 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
|
/openbsd/bin/stty/ |
H A D | cchar.c | 71 { "werase", VWERASE, CWERASE },
|
/openbsd/usr.bin/tic/ |
H A D | reset_cmd.c | 230 #if defined(VWERASE) && defined(CWERASE) in reset_tty_settings() 231 reset_char(VWERASE, CWERASE); in reset_tty_settings()
|
/openbsd/usr.bin/talk/ |
H A D | init_disp.c | 112 ? CWERASE : tty.c_cc[VWERASE]; in set_edit_chars()
|