HomeSort by relevance Sort by last modified time
    Searched refs:intty (Results 1 - 17 of 17) sorted by null

  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_get.c 125 if (intty) {
168 if (intty && !inglobal) {
240 if ((value(vi_AUTOINDENT) ^ aiflag) && hadup == 0 && intty && !inglobal) {
ex_io.c 872 ointty = intty;
873 intty = isatty(0);
875 value(vi_PROMPT) &= intty;
888 intty = ointty;
1002 savetty = intty;
1003 intty = 0;
1010 intty = savetty;
ex.c 501 intty = isatty(0);
502 value(vi_PROMPT) = intty;
ex.h 238 var bool intty; /* Input is a tty */ variable
ex_cmds.c 1086 if (intty)
  /onnv/onnv-gate/usr/src/cmd/mailx/hdr/
glob.h 77 extern int intty; /* True if standard input a tty */
  /onnv/onnv-gate/usr/src/cmd/mailx/
init.c 85 int intty; /* True if standard input a tty */ variable
collect.c 185 if (intty && !tflag) {
239 if (intty && !tflag && outtty && iprompt)
248 if (intty && value("ignoreeof") != NOSTR) {
259 if (intty && equal(".\n", linebuf) &&
333 (!intty && !(int)value("escapeok"))) {
441 if (!intty || !outtty) {
635 if (intty && outtty && (cp = value("crt")) != NOSTR) {
lex.c 322 if ((shudprompt = (intty && !sourcing)) != 0) {
332 if (intty && value("autoinc") &&
511 cond == CTTY && !intty || cond == CNOTTY && intty)
main.c 117 intty = isatty(0);
cmd1.c 440 if (intty && outtty && (page || (cp = value("crt")) != NOSTR)) {
send.c 433 if (intty) {
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.func.c 164 if (setintr && intty) {
191 if (intty) {
492 if (intty) {
535 if (intty) {
557 if (intty && !again) {
572 if (intty) {
742 if (intty && fseekp == feobp) {
sh.c 328 case 'i': /* -i Interactive, even if !intty */
406 intty = intact || isatty(SHIN);
416 if (loginsh || intact || intty && isatty(SHOUT))
679 int oSHIN = -1, oldintty = intty;
733 intty = isatty(SHIN), whyles = 0, gointr = 0;
767 intty = oldintty, whyles = oldwhyl, gointr = ogointr;
916 } else if (intty && wantnl)
990 if (intty && prompt && evalvec == 0) {
1006 if (lex(&paraml) && intty ||
1025 if (enterhist || catch && intty && !whyles
    [all...]
sh.lex.c 104 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)
sh.tchar.c 495 if ((intty && !onelflg && !cflg) &&
645 if ((intty && !onelflg && !cflg) &&
sh.h 113 bool intty; /* Input is a tty */ variable

Completed in 180 milliseconds