Searched refs:is_tty (Results 1 – 3 of 3) sorted by relevance
/external/v8/build/android/pylib/utils/ |
D | logging_utils.py | 46 def is_tty(self): member in ColorStreamHandler 53 if self.force_color or self.is_tty:
|
/external/openssh/ |
D | channels.c | 242 int extusage, int nonblock, int is_tty) in channel_register_fds() argument 262 if ((c->isatty = is_tty) != 0) in channel_register_fds() 266 c->wfd_isatty = is_tty || isatty(c->wfd); in channel_register_fds() 792 int extusage, int nonblock, int is_tty, u_int window_max) in channel_set_fds() argument 798 channel_register_fds(c, rfd, wfd, efd, extusage, nonblock, is_tty); in channel_set_fds()
|
D | session.c | 2328 int is_tty) in session_set_fds() argument 2341 1, is_tty, CHAN_SES_WINDOW_DEFAULT); in session_set_fds()
|