Searched refs:is_tty (Results 1 – 4 of 4) sorted by relevance
92 gboolean is_tty = isatty (STDOUT_FILENO); in _run_app() local96 is_tty ? NULL : &_stdout, NULL, &err); in _run_app()158 gboolean is_tty = isatty (STDOUT_FILENO); in main() local190 is_tty ? G_SUBPROCESS_FLAGS_STDIN_INHERIT : in main()
114 bool is_tty = config->global->isatty; in tool_write_cb() local132 is_tty = TRUE; in tool_write_cb()184 if(is_tty && (outs->bytes < 2000) && !config->terminal_binary_ok) { in tool_write_cb()
53 static int is_tty = -1; in log_handler() local55 if (is_tty == -1) in log_handler()56 is_tty = isatty(STDOUT_FILENO); in log_handler()58 if (is_tty) { in log_handler()67 if (is_tty && priority >= LIBINPUT_LOG_PRIORITY_INFO) in log_handler()
672 static int is_tty = -1; in litest_log_handler() local676 if (is_tty == -1) in litest_log_handler()677 is_tty = isatty(STDERR_FILENO); in litest_log_handler()696 if (!is_tty) in litest_log_handler()715 if (is_tty) in litest_log_handler()