Searched refs:isatty (Results 1 – 25 of 34) sorted by relevance
12
31 #define isatty _isatty macro
30 extern int isatty(int);
38 extern int isatty(int);
610 if (isatty(0) && isatty(1)) { in PRS()
41 return askpass_prog && !isatty(STDIN_FILENO) && getenv("DISPLAY"); in want_askpass()
394 if (!isatty(STDERR_FILENO)) in scp_main()
844 inline int IsATTY(int fd) { return isatty(fd); }879 inline int IsATTY(int fd) { return isatty(fd); }
114 int isatty(int);
51 int isatty(void* fd) { in isatty() function
1230 if ( isatty ( fileno ( stdout ) ) ) { in compress()1244 if ( isatty ( fileno ( stdout ) ) ) { in compress()1416 if ( isatty ( fileno ( stdin ) ) ) { in uncompress()1557 if ( isatty ( fileno ( stdin ) ) ) { in testf()
343 if (!isatty(1)) { in curses_display_init()
291 return isatty(ARG(0)); in do_arm_semihosting()
23 #define isatty _isatty macro821 if(!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) in main()
1332 extern int isatty (int );1358 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()
341 if (isatty(fd) <= 0) in file_ctrl()
3999 extern int isatty (int );4025 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in pcap__init_buffer()
54 #define isatty(h) _isatty(h) macro59 extern int isatty();67 #define isatty(x) 1 macro3368 stdin_is_interactive = isatty(0); in main()
301 if (isatty(0)) { in main()
1182 extern int isatty YY_PROTO(( int ));1195 extern "C" int isatty YY_PROTO(( int ));1212 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
3316 extern int isatty YY_PROTO(( int ));3341 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
395 if (isatty (0)) in kill_bus_when_session_ends()
418 if (!isatty(0) || (p = ttyname(0)) == NULL) { in tty_process_extra_options()
112 #define isatty _isatty macro2245 static const bool use_color = ShouldUseColor(isatty(fileno(stdout)) != 0); in ColoredPrintf()
2212 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;