Home
last modified time | relevance | path

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

/freebsd-13.1/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()
/freebsd-13.1/contrib/opie/libopie/
H A Dreadpass.c123 #ifdef CERASE
128 if (*(e++) == CERASE)
132 *e = CERASE;
/freebsd-13.1/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-13.1/sys/sys/
H A Dttydefaults.h71 #define CERASE CTRL('?') macro
105 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd-13.1/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-13.1/usr.bin/tset/
H A Dset.c64 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE); in reset_mode()
178 mode.c_cc[VERASE] = erasech ? erasech : CERASE; in set_control_chars()
H A Dtset.c198 report("Erase", VERASE, CERASE); in main()
/freebsd-13.1/bin/stty/
H A Dcchar.c63 { "erase", VERASE, CERASE },
H A Dkey.c179 ip->t.c_cc[VERASE] = CERASE; in f_ek()
/freebsd-13.1/usr.bin/talk/
H A Dinit_disp.c138 my_win.kill = CERASE; in set_edit_chars()
/freebsd-13.1/contrib/opie/
H A Dopielogin.c894 #ifdef CERASE
895 attr.c_cc[VERASE] = CERASE;