Home
last modified time | relevance | path

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

/titanic_50/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.c869 ointty = intty;
870 intty = isatty(0);
872 value(vi_PROMPT) &= intty;
885 intty = ointty;
999 savetty = intty;
1000 intty = 0;
1007 intty = savetty;
H A Dex.c497 intty = isatty(0); in main()
498 value(vi_PROMPT) = intty; in main()
H A Dex.h235 var bool intty; /* Input is a tty */ variable
H A Dex_cmds.c1084 if (intty)
/titanic_50/usr/src/cmd/csh/
H A Dsh.c376 intty = intact || isatty(SHIN); in main()
386 if (loginsh || intact || intty && isatty(SHOUT)) in main()
653 int oSHIN = -1, oldintty = intty; in srcunit()
707 intty = isatty(SHIN), whyles = 0, gointr = 0; in srcunit()
741 intty = oldintty, whyles = oldwhyl, gointr = ogointr; in srcunit()
891 } else if (intty && wantnl) in pintr1()
965 if (intty && prompt && evalvec == 0) { in process()
981 if (lex(&paraml) && intty || in process()
1000 if (enterhist || catch && intty && !whyles) in process()
H A Dsh.func.c164 if (setintr && intty) { in doonintr()
191 if (intty) { in donohup()
492 if (intty) { in doexit()
535 if (intty) { in doforeach()
557 if (intty && !again) { in dowhile()
572 if (intty) { in dowhile()
742 if (intty && fseekp == feobp) {
H A Dsh.lex.c104 if (HIST && c == HISTSUB && intty) in lex()
222 if (intty) in word()
292 } else if (c != '#' || !intty) { in word()
1322 if (filec && intty) {
1359 if (filec && !intty)
1436 if (arginp || onelflg || intty)
H A Dsh.tchar.c495 if ((intty && !onelflg && !cflg) && in read_()
645 if ((intty && !onelflg && !cflg) && in read_()
H A Dsh.h113 bool intty; /* Input is a tty */ variable
/titanic_50/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.c322 if ((shudprompt = (intty && !sourcing)) != 0) { in commands()
332 if (intty && value("autoinc") && in commands()
511 cond == CTTY && !intty || cond == CNOTTY && intty) in execute()
H A Dinit.c85 int intty; /* True if standard input a tty */ variable
H A Dmain.c114 intty = isatty(0); in main()
H A Dcmd1.c456 if (intty && outtty && (page || (cp = value("crt")) != NOSTR)) { in type1()
H A Dsend.c429 if (intty) { in mail1()
/titanic_50/usr/src/cmd/mailx/hdr/
H A Dglob.h77 extern int intty; /* True if standard input a tty */