Home
last modified time | relevance | path

Searched refs:C_ERASE2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libedit/
H A Dtty.c134 {C_ERASE2, VERASE2,
403 {"erase2", C_SH(C_ERASE2), MD_CHAR},
664 case C_ERASE2: in tty__getcharindex()
763 s[C_ERASE2] = td->c_cc[VERASE2]; in tty__getchar()
845 td->c_cc[VERASE2] = s[C_ERASE2]; in tty__setchar()
H A Dtty.h415 #define C_ERASE2 9 macro
/freebsd/contrib/tcsh/
H A Ded.term.c478 { "erase2", C_SH(C_ERASE2), M_CHAR },
805 s[C_ERASE2] = n->c_cc[VERASE2]; in tty_getchar()
941 n->c_cc[VERASE2] = s[C_ERASE2]; in tty_setchar()
H A Ded.term.h477 #define C_ERASE2 9 macro