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

/freebsd-11-stable/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.c134 #ifdef VERASE2
135 {C_ERASE2, VERASE2,
137 #endif /* VERASE2 */
403 #if defined(VERASE2)
405 #endif /* VERASE2 */
663 #ifdef VERASE2
665 return VERASE2;
666 #endif /* VERASE2 */
762 #ifdef VERASE2
763 s[C_ERASE2] = td->c_cc[VERASE2];
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h374 # ifdef VERASE2
375 # if NUMCC <= VERASE2
376 # undef VERASE2 macro
377 # endif /* NUMCC <= VERASE2 */
378 # endif /* VERASE2 */
H A Ded.term.c477 # if defined(VERASE2)
479 # endif /* VERASE2 */
804 # ifdef VERASE2
805 s[C_ERASE2] = n->c_cc[VERASE2];
806 # endif /* VERASE2 */
940 # ifdef VERASE2
941 n->c_cc[VERASE2] = s[C_ERASE2];
942 # endif /* VERASE2 */
/freebsd-11-stable/bin/stty/
H A Dcchar.c65 { "erase2", VERASE2, CERASE2 },
/freebsd-11-stable/sys/sys/
H A D_termios.h55 #define VERASE2 7 /* ICANON */ macro
/freebsd-11-stable/contrib/less/
H A Dscreen.c399 #ifdef VERASE2
400 erase2_char = s.c_cc[VERASE2];
/freebsd-11-stable/sys/kern/
H A Dtty_ttydisc.c988 if (CMP_CC(VERASE, c) || CMP_CC(VERASE2, c)) {

Completed in 140 milliseconds