Searched refs:CERASE (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 136 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT)) 138 #undef CERASE 153 #ifndef CERASE 154 #define CERASE CTRL('H') macro 286 reset_char(VERASE, CERASE); in reset_tty_settings() 394 result = CERASE; in default_erase() 668 show_tty_change(old_settings, new_settings, "Erase", VERASE, CERASE); in print_tty_chars()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 179 # undef CERASE 180 # define CERASE TO_CONTROL('h') macro 213 #ifndef CERASE 214 # define CERASE 0177 /* ^? */ macro
|
H A D | ed.init.c | 59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL, 68 CINTR, CQUIT, CERASE, CKILL,
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 68 #define CERASE CTRL('?') macro 102 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
|
/freebsd/contrib/libedit/ |
H A D | tty.h | 170 #ifndef CERASE 171 # define CERASE 0177 /* ^? */ macro
|
H A D | tty.c | 100 CINTR, CQUIT, CERASE, CKILL, 109 CINTR, CQUIT, CERASE, CKILL,
|
/freebsd/bin/stty/ |
H A D | cchar.c | 55 { "erase", VERASE, CERASE },
|
H A D | key.c | 171 ip->t.c_cc[VERASE] = CERASE; in f_ek()
|
/freebsd/usr.bin/talk/ |
H A D | init_disp.c | 132 my_win.kill = CERASE; in set_edit_chars()
|