Home
last modified time | relevance | path

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

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