Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Ded.term.c460 { "erase", C_SH(C_ERASE), M_CHAR },
787 s[C_ERASE] = n->c_cc[VERASE]; in tty_getchar()
883 s[C_ERASE] = n->sg_erase; in tty_getchar()
923 n->c_cc[VERASE] = s[C_ERASE]; in tty_setchar()
1021 n->sg_erase = s[C_ERASE]; in tty_setchar()
Ded.term.h463 #define C_ERASE 2 macro
/freebsd-9-stable/lib/libedit/
Dtty.c121 {C_ERASE, VERASE,
373 {"erase", C_SH(C_ERASE), MD_CHAR},
603 case C_ERASE: in tty__getcharindex()
709 s[C_ERASE] = td->c_cc[VERASE]; in tty__getchar()
791 td->c_cc[VERASE] = s[C_ERASE]; in tty__setchar()
Dtty.h409 #define C_ERASE 2 macro