Searched refs:VERASE2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h367 # ifdef VERASE2
368 # if NUMCC <= VERASE2
369 # undef VERASE2 macro
370 # endif /* NUMCC <= VERASE2 */
371 # endif /* VERASE2 */
H A Ded.term.c480 # if defined(VERASE2)
482 # endif /* VERASE2 */
807 # ifdef VERASE2
808 s[C_ERASE2] = n->c_cc[VERASE2];
809 # endif /* VERASE2 */
943 # ifdef VERASE2
944 n->c_cc[VERASE2] = s[C_ERASE2];
945 # endif /* VERASE2 */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h324 # ifdef VERASE2
325 # if NUMCC <= VERASE2
326 # undef VERASE2 macro
327 # endif /* NUMCC <= VERASE2 */
328 # endif /* VERASE2 */
H A Dtty.c124 #ifdef VERASE2
125 {C_ERASE2, VERASE2,
127 #endif /* VERASE2 */
393 #if defined(VERASE2)
395 #endif /* VERASE2 */
608 #ifdef VERASE2
610 return VERASE2;
611 #endif /* VERASE2 */
707 #ifdef VERASE2
708 s[C_ERASE2] = td->c_cc[VERASE2];
[all...]
/freebsd-9.3-release/bin/stty/
H A Dcchar.c65 { "erase2", VERASE2, CERASE2 },
/freebsd-9.3-release/sys/sys/
H A D_termios.h55 #define VERASE2 7 /* ICANON */ macro
/freebsd-9.3-release/contrib/less/
H A Dscreen.c347 #ifdef VERASE2
348 erase2_char = s.c_cc[VERASE2];
/freebsd-9.3-release/sys/kern/
H A Dtty_ttydisc.c992 if (CMP_CC(VERASE, c) || CMP_CC(VERASE2, c)) {

Completed in 79 milliseconds