Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c456 static int ttyset; /* We must now do erase/kill */ variable
479 ttyset = 0; in grabh()
496 if (!ttyset && hp->h_to != NOSTR) in grabh()
497 ttyset++, stty(fileno(stdin), &ttybuf); in grabh()
505 if (!ttyset && hp->h_subject != NOSTR) in grabh()
506 ttyset++, stty(fileno(stdin), &ttybuf); in grabh()
514 if (!ttyset && hp->h_cc != NOSTR) in grabh()
515 ttyset++, stty(fileno(stdin), &ttybuf); in grabh()
523 if (!ttyset && hp->h_bcc != NOSTR) in grabh()
524 ttyset++, stty(fileno(stdin), &ttybuf); in grabh()
[all …]