Searched refs:CERASE (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/usr.bin/tic/ |
| H A D | reset_cmd.c | 133 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT)) 135 #undef CERASE 150 #ifndef CERASE 151 #define CERASE CTRL('H') macro 205 reset_char(VERASE, CERASE); in reset_tty_settings() 354 result = CERASE; in default_erase() 634 show_tty_change(old_settings, new_settings, "Erase", VERASE, CERASE); in print_tty_chars()
|
| /openbsd-src/sys/sys/ |
| H A D | ttydefaults.h | 61 #define CERASE 0177 macro 90 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
|
| /openbsd-src/lib/libedit/ |
| H A D | tty.h | 171 #ifndef CERASE 172 # define CERASE 0177 /* ^? */ macro
|
| H A D | tty.c | 94 CINTR, CQUIT, CERASE, CKILL, 103 CINTR, CQUIT, CERASE, CKILL,
|
| /openbsd-src/bin/stty/ |
| H A D | cchar.c | 59 { "erase", VERASE, CERASE },
|
| H A D | key.c | 186 ip->t.c_cc[VERASE] = CERASE; in f_ek()
|
| /openbsd-src/usr.bin/talk/ |
| H A D | init_disp.c | 108 ? CERASE : tty.c_cc[VERASE]; in set_edit_chars()
|