Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/mail/
Dtty.c55 static int ttyset; /* We must now do erase/kill */ variable
89 ttyset = 0; in grabh()
116 if (!ttyset && hp->h_to != NULL) in grabh()
117 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
126 if (!ttyset && hp->h_subject != NULL) in grabh()
127 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
136 if (!ttyset && hp->h_cc != NULL) in grabh()
137 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
146 if (!ttyset && hp->h_bcc != NULL) in grabh()
147 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
[all …]