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

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c458 static int ttyset; /* We must now do erase/kill */ variable
481 ttyset = 0;
498 if (!ttyset && hp->h_to != NOSTR)
499 ttyset++, stty(fileno(stdin), &ttybuf);
507 if (!ttyset && hp->h_subject != NOSTR)
508 ttyset++, stty(fileno(stdin), &ttybuf);
516 if (!ttyset && hp->h_cc != NOSTR)
517 ttyset++, stty(fileno(stdin), &ttybuf);
525 if (!ttyset && hp->h_bcc != NOSTR)
526 ttyset
[all...]

Completed in 54 milliseconds