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) {
165 if (intty && !inglobal) {
237 if ((value(vi_AUTOINDENT) ^ aiflag) && hadup == 0 && intty && !inglobal) {
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);
498 value(vi_PROMPT) = intty;
H A Dex.h235 var bool intty; /* Input is a tty */ variable
H A Dex_cmds.c1084 if (intty)
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h77 extern int intty; /* True if standard input a tty */
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c85 int intty; /* True if standard input a tty */ variable
H A Dcollect.c181 if (intty && !tflag) {
235 if (intty && !tflag && outtty && iprompt)
244 if (intty && value("ignoreeof") != NOSTR) {
255 if (intty && equal(".\n", linebuf) &&
329 (!intty && !(int)value("escapeok"))) {
437 if (!intty || !outtty) {
631 if (intty && outtty && (cp = value("crt")) != NOSTR) {
H A Dlex.c322 if ((shudprompt = (intty && !sourcing)) != 0) {
332 if (intty && value("autoinc") &&
511 cond == CTTY && !intty || cond == CNOTTY && intty)
H A Dmain.c114 intty = isatty(0);
H A Dcmd1.c456 if (intty && outtty && (page || (cp = value("crt")) != NOSTR)) {
H A Dsend.c429 if (intty) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c164 if (setintr && intty) {
191 if (intty) {
492 if (intty) {
535 if (intty) {
557 if (intty && !again) {
572 if (intty) {
742 if (intty && fseekp == feobp) {
H A Dsh.c298 case 'i': /* -i Interactive, even if !intty */
376 intty = intact || isatty(SHIN);
386 if (loginsh || intact || intty && isatty(SHOUT))
653 int oSHIN = -1, oldintty = intty;
707 intty = isatty(SHIN), whyles = 0, gointr = 0;
741 intty = oldintty, whyles = oldwhyl, gointr = ogointr;
891 } else if (intty && wantnl)
965 if (intty && prompt && evalvec == 0) {
981 if (lex(&paraml) && intty ||
1000 if (enterhist || catch && intty
[all...]
H A Dsh.lex.c104 if (HIST && c == HISTSUB && intty)
222 if (intty)
292 } else if (c != '#' || !intty) {
1322 if (filec && intty) {
1359 if (filec && !intty)
1436 if (arginp || onelflg || intty)
H A Dsh.tchar.c495 if ((intty && !onelflg && !cflg) &&
645 if ((intty && !onelflg && !cflg) &&
H A Dsh.h113 bool intty; /* Input is a tty */ variable

Completed in 313 milliseconds