Searched refs:logIsTTY (Results 1 – 3 of 3) sorted by relevance
87 extern bool logIsTTY(void);
158 bool logIsTTY(void) { return log_fd_isatty; } in logIsTTY() function
279 if (logIsTTY() == false) { in display_display()