Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.c126 {C_ERASE, VERASE,
378 {"erase", C_SH(C_ERASE), MD_CHAR},
639 case C_ERASE: in tty__getcharindex()
745 s[C_ERASE] = td->c_cc[VERASE]; in tty__getchar()
827 td->c_cc[VERASE] = s[C_ERASE]; in tty__setchar()
Dtty.h410 #define C_ERASE 2 macro