Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dtty.c54 static int c_erase; /* Current erase char */ variable
206 if (c == c_erase || c == c_kill) { in readtty()
227 if (c==c_erase) { in readtty()
319 c_erase = savtty.c_cc[VERASE]; in savetty()
453 static int c_erase; /* Current erase char */ variable
487 c_erase = ttybuf.sg_erase; in grabh()
545 ttybuf.sg_erase = c_erase; in grabh()
585 if (c == c_erase || c == c_kill) { in readtty()
631 if (c == c_erase) { in readtty()