Home
last modified time | relevance | path

Searched refs:have_tty (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_version.c236 int have_tty = isatty(0); in main() local
243 if (have_tty) { in main()
249 if (have_tty == 0) in main()
H A Dserver_acl.c255 int have_tty = isatty(0); in main() local
277 if (have_tty == 0) { in main()
/netbsd-src/bin/ksh/
H A Dlex.c991 int have_tty = interactive && (s->flags & SF_TTY); local
999 if (have_tty && ksh_tmout) {
1005 if (have_tty && (0
1062 if (have_tty && ksh_tmout)
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.c56 int have_tty = 0; variable
105 have_tty = isatty (fileno (stderr)); in main()
1377 if (VLEVEL( VERB_PROGRESS ) && have_tty) in process()
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixincl.c56 int have_tty = 0; variable
105 have_tty = isatty (fileno (stderr)); in main()
1369 if (VLEVEL( VERB_PROGRESS ) && have_tty) in process()