Searched refs:intty (Results 1 – 17 of 17) sorted by relevance
122 if (intty) { in getach()165 if (intty && !inglobal) { in gettty()237 if ((value(vi_AUTOINDENT) ^ aiflag) && hadup == 0 && intty && !inglobal) { in gettty()
872 ointty = intty;873 intty = isatty(0);875 value(vi_PROMPT) &= intty;888 intty = ointty;1002 savetty = intty;1003 intty = 0;1010 intty = savetty;
498 intty = isatty(0); in main()499 value(vi_PROMPT) = intty; in main()
235 var bool intty; /* Input is a tty */ variable
1086 if (intty)
380 intty = intact || isatty(SHIN); in main()390 if (loginsh || intact || intty && isatty(SHOUT)) in main()657 int oSHIN = -1, oldintty = intty; in srcunit()711 intty = isatty(SHIN), whyles = 0, gointr = 0; in srcunit()745 intty = oldintty, whyles = oldwhyl, gointr = ogointr; in srcunit()894 } else if (intty && wantnl) in pintr1()968 if (intty && prompt && evalvec == 0) { in process()984 if (lex(¶ml) && intty || in process()1003 if (enterhist || catch && intty && !whyles) in process()
55 bool intty; variable175 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) {
110 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)
494 if ((intty && !onelflg && !cflg) && in read_()644 if ((intty && !onelflg && !cflg) && in read_()
111 extern bool intty; /* Input is a tty */
181 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()
321 if ((shudprompt = (intty && !sourcing)) != 0) { in commands()331 if (intty && value("autoinc") && in commands()510 cond == CTTY && !intty || cond == CNOTTY && intty) in execute()
83 int intty; /* True if standard input a tty */ variable
115 intty = isatty(0); in main()
456 if (intty && outtty && (page || (cp = value("crt")) != NOSTR)) { in type1()
430 if (intty) { in mail1()
77 extern int intty; /* True if standard input a tty */