Searched refs:ttyset (Results 1 – 1 of 1) sorted by relevance
| /src/usr.bin/mail/ |
| H A D | tty.c | 46 static int ttyset; /* We must now do erase/kill */ variable 75 ttyset = 0; in grabh() 105 if (!ttyset && hp->h_to != NULL) in grabh() 106 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 113 if (!ttyset && hp->h_subject != NULL) in grabh() 114 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 120 if (!ttyset && hp->h_cc != NULL) in grabh() 121 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 128 if (!ttyset && hp->h_bcc != NULL) in grabh() 129 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() [all …]
|