Searched refs:CERASE2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | ttydefaults.h | 72 #define CERASE2 CTRL('H') macro 105 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
|
| /freebsd-13.1/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-13.1/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-13.1/bin/stty/ |
| H A D | cchar.c | 64 { "erase2", VERASE2, CERASE2 },
|
| /freebsd-13.1/sys/kern/ |
| H A D | tty_ttydisc.c | 73 #define CTL_ECHO(c,q) (!(q) && ((c) == CERASE2 || (c) == CTAB || \ 384 case CERASE2: in ttydisc_write_oproc()
|