Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/progs/
H A Dreset_cmd.c133 #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()
349 result = CERASE; in default_erase()
607 show_tty_change(old_settings, new_settings, "Erase", VERASE, CERASE); in print_tty_chars()
/dragonfly/contrib/tcsh-6/
H A Ded.term.h179 # undef CERASE
180 # define CERASE TO_CONTROL('h') macro
214 #ifndef CERASE
215 # define CERASE 0177 /* ^? */ macro
H A Ded.init.c59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
68 CINTR, CQUIT, CERASE, CKILL,
/dragonfly/sys/sys/
H A Dttydefaults.h71 #define CERASE CTRL('?') macro
105 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/dragonfly/contrib/libedit/src/
H A Dtty.h170 #ifndef CERASE
171 # define CERASE 0177 /* ^? */ macro
H A Dtty.c100 CINTR, CQUIT, CERASE, CKILL,
109 CINTR, CQUIT, CERASE, CKILL,
/dragonfly/usr.bin/tset/
H A Dset.c56 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE); in reset_mode()
170 mode.c_cc[VERASE] = erasech ? erasech : CERASE; in set_control_chars()
H A Dtset.c183 report("Erase", VERASE, CERASE); in main()
/dragonfly/bin/stty/
H A Dcchar.c61 { "erase", VERASE, CERASE },
H A Dkey.c176 ip->t.c_cc[VERASE] = CERASE; in f_ek()
/dragonfly/usr.bin/talk/
H A Dinit_disp.c128 my_win.kill = CERASE; in set_edit_chars()