Searched refs:isatty (Results 1 – 3 of 3) sorted by relevance
174 #define isatty ___xxx_isatty macro585 return isatty(fd.get()); in unix_isatty()587 #define isatty ___xxx_isatty macro
1487 #undef isatty in _get_console_handle()1488 if (!isatty(fd.get())) { in _get_console_handle()
386 if self.device.has_shell_protocol() and os.isatty(sys.stdin.fileno()):