Lines Matching refs:isatty
59 #define isatty(h) _isatty(h)62 /* Make sure isatty() has a prototype.64 extern int isatty();68 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()72 #define isatty(x) 12549 stdin_is_interactive = isatty(0);