Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
HDtty.h323 # ifdef VERASE2
324 # if NUMCC <= VERASE2
325 # undef VERASE2
HDtty.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()
/dragonfly/contrib/tcsh-6/
HDed.term.h378 # ifdef VERASE2
379 # if NUMCC <= VERASE2
380 # undef VERASE2
HDed.term.c478 # if defined(VERASE2)
808 # ifdef VERASE2 in tty_getchar()
809 s[C_ERASE2] = n->c_cc[VERASE2]; in tty_getchar()
948 # ifdef VERASE2 in tty_setchar()
949 n->c_cc[VERASE2] = s[C_ERASE2]; in tty_setchar()
/dragonfly/bin/stty/
HDcchar.c62 { "erase2", VERASE2, CERASE2 },
/dragonfly/sys/sys/
HD_termios.h56 #define VERASE2 7 /* ICANON */ macro
/dragonfly/contrib/less/
HDscreen.c477 #ifdef VERASE2 in raw_mode()
478 erase2_char = s.c_cc[VERASE2]; in raw_mode()
/dragonfly/sys/kern/
HDtty.c581 if (CCEQ(cc[VERASE], c) || CCEQ(cc[VERASE2], c) ) { in ttyinput()