Searched refs:ttyset (Results 1 – 1 of 1) sorted by relevance
52 static int ttyset; /* We must now do erase/kill */ variable81 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()149 if (ttyset) in grabh()[all …]