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()
869 ointty = intty;870 intty = isatty(0);872 value(vi_PROMPT) &= intty;885 intty = ointty;999 savetty = intty;1000 intty = 0;1007 intty = savetty;
497 intty = isatty(0); in main()498 value(vi_PROMPT) = intty; in main()
235 var bool intty; /* Input is a tty */ variable
1084 if (intty)
376 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(¶ml) && intty || in process()1000 if (enterhist || catch && intty && !whyles) in process()
164 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) {
104 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)
495 if ((intty && !onelflg && !cflg) && in read_()645 if ((intty && !onelflg && !cflg) && in read_()
113 bool intty; /* Input is a tty */ variable
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()
322 if ((shudprompt = (intty && !sourcing)) != 0) { in commands()332 if (intty && value("autoinc") && in commands()511 cond == CTTY && !intty || cond == CNOTTY && intty) in execute()
85 int intty; /* True if standard input a tty */ variable
114 intty = isatty(0); in main()
456 if (intty && outtty && (page || (cp = value("crt")) != NOSTR)) { in type1()
429 if (intty) { in mail1()
77 extern int intty; /* True if standard input a tty */