Searched refs:isatty (Results 1 – 6 of 6) sorted by relevance
38 bool stdout_is_tty = isatty(STDOUT_FILENO) != 0; in ShouldUseColor()
156 #define isatty ___xxx_isatty macro475 return isatty(fd); in unix_isatty()477 #define isatty ___xxx_isatty macro
1235 #undef isatty in _get_console_handle()1236 if (!isatty(fd)) { in _get_console_handle()
358 if self.device.has_shell_protocol() and os.isatty(sys.stdin.fileno()):
595 if (isatty(STDOUT_FILENO) && term != NULL && in main()
25 int isatty(int fd) in isatty() function