Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tic/
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()
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 Dttydefaults.h61 #define CERASE 0177 macro
90 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
/openbsd-src/lib/libedit/
H A Dtty.h171 #ifndef CERASE
172 # define CERASE 0177 /* ^? */ macro
H A Dtty.c94 CINTR, CQUIT, CERASE, CKILL,
103 CINTR, CQUIT, CERASE, CKILL,
/openbsd-src/bin/stty/
H A Dcchar.c59 { "erase", VERASE, CERASE },
H A Dkey.c186 ip->t.c_cc[VERASE] = CERASE; in f_ek()
/openbsd-src/usr.bin/talk/
H A Dinit_disp.c108 ? CERASE : tty.c_cc[VERASE]; in set_edit_chars()