Home
last modified time | relevance | path

Searched refs:CERASE2 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dttydefaults.h69 #define CERASE2 CTRL('H') macro
102 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd/contrib/tcsh/
H A Ded.term.h188 # undef CERASE2
234 #ifndef CERASE2
235 # define CERASE2 _POSIX_VDISABLE macro
H A Ded.init.c61 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP,
70 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd/contrib/libedit/
H A Dtty.h191 #ifndef CERASE2
192 # define CERASE2 _POSIX_VDISABLE macro
H A Dtty.c102 CDSWTCH, CERASE2, CSTART, CSTOP,
111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd/bin/stty/
H A Dcchar.c56 { "erase2", VERASE2, CERASE2 },
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c287 #if defined(VERASE2) && defined(CERASE2) in reset_tty_settings()
288 reset_char(VERASE2, CERASE2); in reset_tty_settings()
/freebsd/sys/kern/
H A Dtty_ttydisc.c73 #define CTL_ECHO(c,q) (!(q) && ((c) == CERASE2 || (c) == CTAB || \
467 case CERASE2: in ttydisc_write_oproc()