Home | History | Annotate | Download | only in platform

Lines Matching full:console

522 // Win32 console output.
524 // If a Win32 application is linked as a console application it has a normal
527 // the process doesn't have a console, and therefore (debugging) output is lost.
535 CONSOLE, // Output is written to stdout.
542 // Determine if the process has a console for output.
547 // We cannot just check that the standard output is attached to a console
549 // say that a process does not have an output console if either the
553 output_mode = CONSOLE;
557 return output_mode == CONSOLE;
612 // Print (debug) message to console.
639 // Print error message to console.