Searched refs:isatty (Results 1 – 3 of 3) sorted by relevance
43 #define isatty _isatty macro
658 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) { in main_loop()
2814 inline int IsATTY(int fd) { return isatty(fd); }2849 inline int IsATTY(int fd) { return isatty(fd); }