Lines Matching refs:ttyset
458 static int ttyset; /* We must now do erase/kill */ variable
481 ttyset = 0; in grabh()
498 if (!ttyset && hp->h_to != NOSTR) in grabh()
499 ttyset++, stty(fileno(stdin), &ttybuf); in grabh()
507 if (!ttyset && hp->h_subject != NOSTR) in grabh()
508 ttyset++, stty(fileno(stdin), &ttybuf); in grabh()
516 if (!ttyset && hp->h_cc != NOSTR) in grabh()
517 ttyset++, stty(fileno(stdin), &ttybuf); in grabh()
525 if (!ttyset && hp->h_bcc != NOSTR) in grabh()
526 ttyset++, stty(fileno(stdin), &ttybuf); in grabh()
534 if (!ttyset && hp->h_subject != NOSTR) in grabh()
535 ttyset++, stty(fileno(stdin), &ttybuf); in grabh()
547 if (ttyset) in grabh()
627 if (!ttyset) in readtty()