Home | History | Annotate | Download | only in dist

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) 1
2549 stdin_is_interactive = isatty(0);