Home | History | Annotate | Download | only in src

Lines Matching refs:CONSOLE

649 // Win32 console output.
651 // If a Win32 application is linked as a console application it has a normal
654 // the process doesn't have a console, and therefore (debugging) output is lost.
662 CONSOLE, // Output is written to stdout.
669 // Determine if the process has a console for output.
674 // We cannot just check that the standard output is attached to a console
676 // say that a process does not have an output console if either the
680 output_mode = CONSOLE;
684 return output_mode == CONSOLE;
721 // Print (debug) message to console.
748 // Print error message to console.