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

/freebsd-current/usr.bin/mail/
H A Dtty.c46 static int ttyset; /* We must now do erase/kill */ variable
75 ttyset = 0;
105 if (!ttyset && hp->h_to != NULL)
106 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
113 if (!ttyset && hp->h_subject != NULL)
114 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
120 if (!ttyset && hp->h_cc != NULL)
121 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
128 if (!ttyset && hp->h_bcc != NULL)
129 ttyset
[all...]

Completed in 54 milliseconds