Searched refs:g_isatty (Results 1 – 3 of 3) sorted by relevance
40 int g_isatty = 0; variable44 if (g_isatty) { \52 if (g_isatty) { \323 g_isatty = 0; in debug_server_main()325 g_isatty = ::isatty(STDIN_FILENO); in debug_server_main()
66 int g_isatty = 0; variable71 if (g_isatty) { \79 if (g_isatty) { \927 g_isatty = ::isatty(STDIN_FILENO); in main()
142 * test-remotenub.cpp (g_isatty): New global that gets set to non-zero if144 (RNBLogSTDOUT): New macro that logs to STDOUT if g_isatty is non-zero, else146 (RNBLogSTDERR): New macro that logs to STDERR if g_isatty is non-zero, else