Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.term.c458 { "erase", C_SH(C_ERASE), M_CHAR },
788 s[C_ERASE] = n->c_cc[VERASE]; in tty_getchar()
888 s[C_ERASE] = n->sg_erase; in tty_getchar()
928 n->c_cc[VERASE] = s[C_ERASE]; in tty_setchar()
1029 n->sg_erase = s[C_ERASE]; in tty_setchar()
H A Ded.term.h479 #define C_ERASE 2 macro
/dragonfly/contrib/libedit/src/
H A Dtty.c130 {C_ERASE, VERASE,
382 {"erase", C_SH(C_ERASE), MD_CHAR},
636 case C_ERASE: in tty__getcharindex()
742 s[C_ERASE] = td->c_cc[VERASE]; in tty__getchar()
824 td->c_cc[VERASE] = s[C_ERASE]; in tty__setchar()
H A Dtty.h408 #define C_ERASE 2 macro