Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.c146 {C_WERASE, VWERASE,
408 {"werase", C_SH(C_WERASE), MD_CHAR},
679 case C_WERASE: in tty__getcharindex()
775 s[C_WERASE] = td->c_cc[VWERASE]; in tty__getchar()
857 td->c_cc[VWERASE] = s[C_WERASE]; in tty__setchar()
Dtty.h420 #define C_WERASE 12 macro