Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c122 if (intty) { in getach()
165 if (intty && !inglobal) { in gettty()
237 if ((value(vi_AUTOINDENT) ^ aiflag) && hadup == 0 && intty && !inglobal) { in gettty()
H A Dex_io.c871 ointty = intty;
872 intty = isatty(0);
874 value(vi_PROMPT) &= intty;
887 intty = ointty;
1001 savetty = intty;
1002 intty = 0;
1009 intty = savetty;
H A Dex.c498 intty = isatty(0); in main()
499 value(vi_PROMPT) = intty; in main()
H A Dex.h235 var bool intty; /* Input is a tty */ variable
H A Dex_cmds.c1086 if (intty)
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c380 intty = intact || isatty(SHIN); in main()
390 if (loginsh || intact || intty && isatty(SHOUT)) in main()
656 int oSHIN = -1, oldintty = intty; in srcunit()
710 intty = isatty(SHIN), whyles = 0, gointr = 0; in srcunit()
744 intty = oldintty, whyles = oldwhyl, gointr = ogointr; in srcunit()
893 } else if (intty && wantnl) in pintr1()
967 if (intty && prompt && evalvec == 0) { in process()
983 if (lex(&paraml) && intty || in process()
1002 if (enterhist || catch && intty && !whyles) in process()
H A Dsh.func.c55 bool intty; variable
175 if (setintr && intty) { in doonintr()
202 if (intty) { in donohup()
503 if (intty) { in doexit()
546 if (intty) { in doforeach()
568 if (intty && !again) { in dowhile()
583 if (intty) { in dowhile()
753 if (intty && fseekp == feobp) {
H A Dsh.lex.c110 if (HIST && c == HISTSUB && intty) in lex()
228 if (intty) in word()
298 } else if (c != '#' || !intty) { in word()
1329 if (filec && intty) {
1366 if (filec && !intty)
1443 if (arginp || onelflg || intty)
H A Dsh.tchar.c494 if ((intty && !onelflg && !cflg) && in read_()
644 if ((intty && !onelflg && !cflg) && in read_()
H A Dsh.h111 extern bool intty; /* Input is a tty */
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c181 if (intty && !tflag) { in collect()
235 if (intty && !tflag && outtty && iprompt) in collect()
244 if (intty && value("ignoreeof") != NOSTR) { in collect()
255 if (intty && equal(".\n", linebuf) && in collect()
329 (!intty && !(int)value("escapeok"))) { in collect()
437 if (!intty || !outtty) { in collect()
631 if (intty && outtty && (cp = value("crt")) != NOSTR) { in collect()
H A Dlex.c321 if ((shudprompt = (intty && !sourcing)) != 0) { in commands()
331 if (intty && value("autoinc") && in commands()
510 cond == CTTY && !intty || cond == CNOTTY && intty) in execute()
H A Dinit.c83 int intty; /* True if standard input a tty */ variable
H A Dmain.c115 intty = isatty(0); in main()
H A Dcmd1.c456 if (intty && outtty && (page || (cp = value("crt")) != NOSTR)) { in type1()
H A Dsend.c430 if (intty) { in mail1()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h77 extern int intty; /* True if standard input a tty */