Searched refs:CERASE2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | ttydefaults.h | 69 #define CERASE2 CTRL('H') macro 102 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.h | 188 # undef CERASE2 234 #ifndef CERASE2 235 # define CERASE2 _POSIX_VDISABLE macro
|
| H A D | ed.init.c | 61 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP, 70 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
| /freebsd/contrib/libedit/ |
| H A D | tty.h | 191 #ifndef CERASE2 192 # define CERASE2 _POSIX_VDISABLE macro
|
| H A D | tty.c | 102 CDSWTCH, CERASE2, CSTART, CSTOP, 111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
| /freebsd/bin/stty/ |
| H A D | cchar.c | 56 { "erase2", VERASE2, CERASE2 },
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 287 #if defined(VERASE2) && defined(CERASE2) in reset_tty_settings() 288 reset_char(VERASE2, CERASE2); in reset_tty_settings()
|
| /freebsd/sys/kern/ |
| H A D | tty_ttydisc.c | 73 #define CTL_ECHO(c,q) (!(q) && ((c) == CERASE2 || (c) == CTAB || \ 467 case CERASE2: in ttydisc_write_oproc()
|