Home
last modified time | relevance | path

Searched refs:CERASE (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c136 #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 Ded.term.h179 # undef CERASE
180 # define CERASE TO_CONTROL('h') macro
213 #ifndef CERASE
214 # define CERASE 0177 /* ^? */ macro
H A Ded.init.c59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
68 CINTR, CQUIT, CERASE, CKILL,
/freebsd/sys/sys/
H A Dttydefaults.h68 #define CERASE CTRL('?') macro
102 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd/contrib/libedit/
H A Dtty.h170 #ifndef CERASE
171 # define CERASE 0177 /* ^? */ macro
H A Dtty.c100 CINTR, CQUIT, CERASE, CKILL,
109 CINTR, CQUIT, CERASE, CKILL,
/freebsd/bin/stty/
H A Dcchar.c55 { "erase", VERASE, CERASE },
H A Dkey.c171 ip->t.c_cc[VERASE] = CERASE; in f_ek()
/freebsd/usr.bin/talk/
H A Dinit_disp.c132 my_win.kill = CERASE; in set_edit_chars()