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.c479 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()
532 if (!ttyset && hp->h_subject != NOSTR) in grabh()
545 if (ttyset) in grabh()
[all …]