Home
last modified time | relevance | path

Searched refs:VERASE2 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libedit/
H A Dtty.h323 # ifdef VERASE2
324 # if NUMCC <= VERASE2
325 # undef VERASE2
H A Dtty.c133 #ifdef VERASE2
134 {C_ERASE2, VERASE2,
402 #if defined(VERASE2)
663 #ifdef VERASE2 in tty__getcharindex()
665 return VERASE2; in tty__getcharindex()
762 #ifdef VERASE2 in tty__getchar()
763 s[C_ERASE2] = td->c_cc[VERASE2]; in tty__getchar()
844 #ifdef VERASE2 in tty__setchar()
845 td->c_cc[VERASE2] = s[C_ERASE2]; in tty__setchar()
/freebsd/contrib/tcsh/
H A Ded.term.h374 # ifdef VERASE2
375 # if NUMCC <= VERASE2
376 # undef VERASE2
H A Ded.term.c477 # if defined(VERASE2)
804 # ifdef VERASE2 in tty_getchar()
805 s[C_ERASE2] = n->c_cc[VERASE2]; in tty_getchar()
940 # ifdef VERASE2 in tty_setchar()
941 n->c_cc[VERASE2] = s[C_ERASE2]; in tty_setchar()
/freebsd/sys/sys/
H A D_termios.h54 #define VERASE2 7 /* ICANON */ macro
/freebsd/bin/stty/
H A Dcchar.c56 { "erase2", VERASE2, CERASE2 },
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c287 #if defined(VERASE2) && defined(CERASE2) in reset_tty_settings()
288 reset_char(VERASE2, CERASE2); in reset_tty_settings()
/freebsd/contrib/less/
H A Dscreen.c477 #ifdef VERASE2 in raw_mode()
478 erase2_char = s.c_cc[VERASE2]; in raw_mode()
/freebsd/sys/kern/
H A Dtty_ttydisc.c1177 if (CMP_CC(VERASE, c) || CMP_CC(VERASE2, c)) { in ttydisc_rint()