Searched defs:IS_CONSOLE (Results 1 – 2 of 2) sorted by relevance
136 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro
87 #define IS_CONSOLE(p) ((p)->port == DCONS_CON) macro