Lines Matching full:console
171 DISPLAY( " -c : force write to standard output, even if it is the console\n");
201 DISPLAY( " - if stdout is not the console, then [output] = stdout \n");
202 DISPLAY( " - if stdout is console : \n");
212 DISPLAY( "stdin, stdout and the console : \n");
213 DISPLAY( "To protect the console from binary flooding (bad argument mistake)\n");
214 DISPLAY( "%s will refuse to read from console, or write to console \n", programName);
215 DISPLAY( "except if '-c' command is specified, to force output to console \n");
343 /* Force stdout, even if stdout==console */
434 /* Check if input or output are defined as console; trigger an error in this case */
443 if (!IS_CONSOLE(stdout)) { output_filename=stdoutmark; break; } /* Default to stdout whenever possible (i.e. not a console) */
474 /* Check if output is defined as console; trigger an error in this case */