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

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h105 extern int outtty; /* True if standard output a tty */
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c120 int outtty; /* True if standard output a tty */ variable
H A Dmain.c117 outtty = 1;
122 outtty = 1;
433 if (!outtty)
H A Dcollect.c235 if (intty && !tflag && outtty && iprompt)
437 if (!intty || !outtty) {
631 if (intty && outtty && (cp = value("crt")) != NOSTR) {
H A Dcmd1.c456 if (intty && outtty && (page || (cp = value("crt")) != NOSTR)) {

Completed in 62 milliseconds