Searched refs:ttyset (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/usr.bin/mail/ |
| HD | tty.c | 52 static int ttyset; /* We must now do erase/kill */ variable 81 ttyset = 0; in grabh() 111 if (!ttyset && hp->h_to != NULL) in grabh() 112 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 119 if (!ttyset && hp->h_subject != NULL) in grabh() 120 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 126 if (!ttyset && hp->h_cc != NULL) in grabh() 127 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 134 if (!ttyset && hp->h_bcc != NULL) in grabh() 135 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() [all …]
|