Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c52 static int c_erase; /* Current erase char */ variable
204 if (c == c_erase || c == c_kill) { in readtty()
225 if (c==c_erase) { in readtty()
317 c_erase = savtty.c_cc[VERASE]; in savetty()
451 static int c_erase; /* Current erase char */ variable
485 c_erase = ttybuf.sg_erase; in grabh()
543 ttybuf.sg_erase = c_erase; in grabh()
583 if (c == c_erase || c == c_kill) { in readtty()
629 if (c == c_erase) { in readtty()