Home
last modified time | relevance | path

Searched refs:no_tty (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c91 static int no_tty = 0; variable
398 if ((no_tty ? 0 : 1) && !(flags & NO_XLOCK)) { in pm_suspend()
598 no_tty = 1; in main()
/illumos-gate/usr/src/cmd/more/
H A Dmore.c156 int fnum, no_intty, no_tty; variable
312 if (!no_tty) { in main()
325 if (no_tty) in main()
373 else if (fnum < nfiles && !no_tty) { in main()
399 if (no_tty) in main()
1518 if (!(no_tty = ioctl(1, TCGETA, &otty))) { in initterm()