Searched refs:IS_CONSOLE (Results 1 – 2 of 2) sorted by relevance
111 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro114 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))119 static __inline int IS_CONSOLE(FILE* stdStream)125 # define IS_CONSOLE(stdStream) 0
632 if (!strcmp(dictionary_filename, stdinmark) && IS_CONSOLE(stdin)) {655 if (!strcmp(input_filename, stdinmark) && IS_CONSOLE(stdin) ) {676 if (!IS_CONSOLE(stdout) && mode != om_list) {732 if (!strcmp(output_filename,stdoutmark) && IS_CONSOLE(stdout) && !forceStdout) {