Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ncurses/progs/
HDreset_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-14-stable/contrib/tcsh/
HDed.term.h179 # undef CERASE
180 # define CERASE TO_CONTROL('h') macro
213 #ifndef CERASE
214 # define CERASE 0177 /* ^? */ macro
HDed.init.c59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
68 CINTR, CQUIT, CERASE, CKILL,
/freebsd-14-stable/sys/sys/
HDttydefaults.h70 #define CERASE CTRL('?') macro
104 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd-14-stable/contrib/libedit/
HDtty.h170 #ifndef CERASE
171 # define CERASE 0177 /* ^? */ macro
HDtty.c100 CINTR, CQUIT, CERASE, CKILL,
109 CINTR, CQUIT, CERASE, CKILL,
/freebsd-14-stable/usr.bin/talk/
HDinit_disp.c135 my_win.kill = CERASE; in set_edit_chars()