Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.c130 {C_ERASE2, VERASE2,
399 {"erase2", C_SH(C_ERASE2), MD_CHAR},
667 case C_ERASE2: in tty__getcharindex()
766 s[C_ERASE2] = td->c_cc[VERASE2]; in tty__getchar()
848 td->c_cc[VERASE2] = s[C_ERASE2]; in tty__setchar()
Dtty.h417 #define C_ERASE2 9 macro