Home
last modified time | relevance | path

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

/original-bsd/usr.bin/mail/
H A Dtty.c21 static int c_erase; /* Current erase char */ variable
62 c_erase = ttybuf.c_cc[VERASE];
120 ttybuf.c_cc[VERASE] = c_erase;
170 if (c == c_erase || c == c_kill) {
214 if (c == c_erase) {