Home
last modified time | relevance | path

Searched refs:istty (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c117 static int istty; /* 1 ==> is actual tty */ variable
158 istty++; in main()
528 if (istty) { in settabs()
685 if (istty) { in endup()
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c55 int istty; /* TRUE iff output is a tty */ variable
H A Dramdata.h139 extern int istty; /* TRUE iff output is a tty */
H A Dmain.c549 istty = isatty(1); in main()
557 if (created && (oflag || !istty)) { /* ignore interrupts */ in main()