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

/freebsd-13-stable/usr.bin/mail/
H A Dtty.c54 static int ttyset; /* We must now do erase/kill */ variable
83 ttyset = 0;
113 if (!ttyset && hp->h_to != NULL)
114 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
121 if (!ttyset && hp->h_subject != NULL)
122 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
128 if (!ttyset && hp->h_cc != NULL)
129 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
136 if (!ttyset && hp->h_bcc != NULL)
137 ttyset
[all...]

Completed in 115 milliseconds