Searched refs:CERASE2 (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h70 #define CERASE2 CTRL('H') macro
100 CERASE2, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h189 # undef CERASE2 macro
235 #ifndef CERASE2
236 # define CERASE2 _POSIX_VDISABLE macro
237 #endif /* CERASE2 */
H A Ded.init.c65 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP,
74 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-9.3-release/bin/stty/
H A Dcchar.c65 { "erase2", VERASE2, CERASE2 },
/freebsd-9.3-release/lib/libedit/
H A Dtty.h192 #ifndef CERASE2
193 # define CERASE2 _POSIX_VDISABLE macro
194 #endif /* CERASE2 */
H A Dtty.c93 CDSWTCH, CERASE2, CSTART, CSTOP,
102 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-9.3-release/sys/kern/
H A Dtty_ttydisc.c71 #define CTL_ECHO(c,q) (!(q) && ((c) == CERASE2 || (c) == CTAB || \
384 case CERASE2:

Completed in 80 milliseconds