Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dtty.c458 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()
[all …]