Home | History | Annotate | Download | only in dist

Lines Matching full:isatty

110 # define isatty(h) _isatty(h)
119 /* Make sure isatty() has a prototype. */
120 extern int isatty(int);
133 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
137 #define isatty(x) 1
4542 stdin_is_interactive = isatty(0);