HomeSort by: relevance | last modified time | path
    Searched defs:have_tty (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
mail_version.c 236 int have_tty = isatty(0); local
243 if (have_tty) {
249 if (have_tty == 0)
server_acl.c 255 int have_tty = isatty(0); local
277 if (have_tty == 0) {
  /src/bin/ksh/
lex.c 991 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)
  /src/external/gpl3/gcc/dist/fixincludes/
fixincl.c 56 int have_tty = 0; variable
105 have_tty = isatty (fileno (stderr));
1377 if (VLEVEL( VERB_PROGRESS ) && have_tty)
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixincl.c 56 int have_tty = 0; variable
105 have_tty = isatty (fileno (stderr));
1377 if (VLEVEL( VERB_PROGRESS ) && have_tty)

Completed in 28 milliseconds